summaryrefslogtreecommitdiffstats
path: root/doc/html/qlayoutitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qlayoutitem.html')
-rw-r--r--doc/html/qlayoutitem.html50
1 files changed, 25 insertions, 25 deletions
diff --git a/doc/html/qlayoutitem.html b/doc/html/qlayoutitem.html
index 7b76e1cd..8c671253 100644
--- a/doc/html/qlayoutitem.html
+++ b/doc/html/qlayoutitem.html
@@ -34,8 +34,8 @@ body { background: #ffffff; color: black; }
<p>The TQLayoutItem class provides an abstract item that a
TQLayout manipulates.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qlayout-h.html">qlayout.h</a>&gt;</tt>
-<p>Inherited by <a href="qlayout.html">TQLayout</a>, <a href="qspaceritem.html">TQSpacerItem</a>, and <a href="qwidgetitem.html">TQWidgetItem</a>.
+<p><tt>#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;</tt>
+<p>Inherited by <a href="ntqlayout.html">TQLayout</a>, <a href="qspaceritem.html">TQSpacerItem</a>, and <a href="qwidgetitem.html">TQWidgetItem</a>.
<p><a href="qlayoutitem-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -64,7 +64,7 @@ TQLayout manipulates.
The TQLayoutItem class provides an abstract item that a
-<a href="qlayout.html">TQLayout</a> manipulates.
+<a href="ntqlayout.html">TQLayout</a> manipulates.
<p> This is used by custom layouts.
<p> Pure virtual functions are provided to return information about
the layout, including, <a href="#sizeHint">sizeHint</a>(), <a href="#minimumSize">minimumSize</a>(), <a href="#maximumSize">maximumSize</a>()
@@ -74,16 +74,16 @@ and <a href="#geometry">geometry</a>(), and its alignment with <a href="#setAlig
<a href="#alignment">alignment</a>().
<p> <a href="#isEmpty">isEmpty</a>() returns whether the layout is empty. <a href="#iterator">iterator</a>() returns
an iterator for the layout's children. If the concrete item is a
-<a href="qwidget.html">TQWidget</a>, it can be retrieved using <a href="#widget">widget</a>(). Similarly for
+<a href="ntqwidget.html">TQWidget</a>, it can be retrieved using <a href="#widget">widget</a>(). Similarly for
<a href="#layout">layout</a>() and <a href="#spacerItem">spacerItem</a>().
-<p> <p>See also <a href="qlayout.html">TQLayout</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>.
+<p> <p>See also <a href="ntqlayout.html">TQLayout</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQLayoutItem"></a>TQLayoutItem::TQLayoutItem ( int&nbsp;alignment = 0 )
</h3>
<p> Constructs a layout item with an <em>alignment</em> that is a bitwise OR
-of the <a href="qt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all subclasses support
+of the <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all subclasses support
alignment.
<h3 class=fn><a name="~TQLayoutItem"></a>TQLayoutItem::~TQLayoutItem ()<tt> [virtual]</tt>
@@ -95,14 +95,14 @@ Destroys the TQLayoutItem.
<p> Returns the alignment of this item.
-<h3 class=fn><a href="qsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQLayoutItem::expanding () const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQLayoutItem::expanding () const<tt> [pure virtual]</tt>
</h3>
<p> Implemented in subclasses to return the direction(s) this item
"wants" to expand in (if any).
-<p>Reimplemented in <a href="qlayout.html#expanding">TQLayout</a>, <a href="qspaceritem.html#expanding">TQSpacerItem</a>, and <a href="qwidgetitem.html#expanding">TQWidgetItem</a>.
-<h3 class=fn><a href="qrect.html">TQRect</a> <a name="geometry"></a>TQLayoutItem::geometry () const<tt> [pure virtual]</tt>
+<p>Reimplemented in <a href="ntqlayout.html#expanding">TQLayout</a>, <a href="qspaceritem.html#expanding">TQSpacerItem</a>, and <a href="qwidgetitem.html#expanding">TQWidgetItem</a>.
+<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="geometry"></a>TQLayoutItem::geometry () const<tt> [pure virtual]</tt>
</h3>
<p> Returns the rectangle covered by this layout item.
@@ -115,7 +115,7 @@ width; otherwise returns FALSE. The default implementation returns
FALSE.
<p> Reimplement this function in layout managers that support height
for width.
-<p> <p>See also <a href="#heightForWidth">heightForWidth</a>() and <a href="qwidget.html#heightForWidth">TQWidget::heightForWidth</a>().
+<p> <p>See also <a href="#heightForWidth">heightForWidth</a>() and <a href="ntqwidget.html#heightForWidth">TQWidget::heightForWidth</a>().
<p>Examples: <a href="customlayout-example.html#x1496">customlayout/border.cpp</a> and <a href="customlayout-example.html#x1472">customlayout/flow.cpp</a>.
<p>Reimplemented in <a href="qgridlayout.html#hasHeightForWidth">TQGridLayout</a> and <a href="qboxlayout.html#hasHeightForWidth">TQBoxLayout</a>.
@@ -153,53 +153,53 @@ exponential time.
</h3>
Invalidates any cached information in this layout item.
-<p>Reimplemented in <a href="qlayout.html#invalidate">TQLayout</a>.
+<p>Reimplemented in <a href="ntqlayout.html#invalidate">TQLayout</a>.
<h3 class=fn>bool <a name="isEmpty"></a>TQLayoutItem::isEmpty () const<tt> [pure virtual]</tt>
</h3>
<p> Implemented in subclasses to return whether this item is empty,
i.e. whether it contains any widgets.
-<p>Reimplemented in <a href="qlayout.html#isEmpty">TQLayout</a>, <a href="qspaceritem.html#isEmpty">TQSpacerItem</a>, and <a href="qwidgetitem.html#isEmpty">TQWidgetItem</a>.
+<p>Reimplemented in <a href="ntqlayout.html#isEmpty">TQLayout</a>, <a href="qspaceritem.html#isEmpty">TQSpacerItem</a>, and <a href="qwidgetitem.html#isEmpty">TQWidgetItem</a>.
<h3 class=fn><a href="qlayoutiterator.html">TQLayoutIterator</a> <a name="iterator"></a>TQLayoutItem::iterator ()<tt> [virtual]</tt>
</h3>
Returns an iterator over this item's TQLayoutItem children. The
default implementation returns an empty iterator.
<p> Reimplement this function in subclasses that can have children.
-<p>Reimplemented in <a href="qlayout.html#iterator">TQLayout</a>.
-<h3 class=fn><a href="qlayout.html">TQLayout</a>&nbsp;* <a name="layout"></a>TQLayoutItem::layout ()<tt> [virtual]</tt>
+<p>Reimplemented in <a href="ntqlayout.html#iterator">TQLayout</a>.
+<h3 class=fn><a href="ntqlayout.html">TQLayout</a>&nbsp;* <a name="layout"></a>TQLayoutItem::layout ()<tt> [virtual]</tt>
</h3>
-If this item is a <a href="qlayout.html">TQLayout</a>, it is returned as a TQLayout; otherwise
+If this item is a <a href="ntqlayout.html">TQLayout</a>, it is returned as a TQLayout; otherwise
0 is returned. This function provides type-safe casting.
-<h3 class=fn><a href="qsize.html">TQSize</a> <a name="maximumSize"></a>TQLayoutItem::maximumSize () const<tt> [pure virtual]</tt>
+<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="maximumSize"></a>TQLayoutItem::maximumSize () const<tt> [pure virtual]</tt>
</h3>
<p> Implemented in subclasses to return the maximum size of this item.
-<p>Reimplemented in <a href="qlayout.html#maximumSize">TQLayout</a>, <a href="qspaceritem.html#maximumSize">TQSpacerItem</a>, and <a href="qwidgetitem.html#maximumSize">TQWidgetItem</a>.
-<h3 class=fn><a href="qsize.html">TQSize</a> <a name="minimumSize"></a>TQLayoutItem::minimumSize () const<tt> [pure virtual]</tt>
+<p>Reimplemented in <a href="ntqlayout.html#maximumSize">TQLayout</a>, <a href="qspaceritem.html#maximumSize">TQSpacerItem</a>, and <a href="qwidgetitem.html#maximumSize">TQWidgetItem</a>.
+<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="minimumSize"></a>TQLayoutItem::minimumSize () const<tt> [pure virtual]</tt>
</h3>
<p> Implemented in subclasses to return the minimum size of this item.
<p>Examples: <a href="customlayout-example.html#x1497">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1515">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1474">customlayout/flow.cpp</a>.
-<p>Reimplemented in <a href="qlayout.html#minimumSize">TQLayout</a>, <a href="qspaceritem.html#minimumSize">TQSpacerItem</a>, and <a href="qwidgetitem.html#minimumSize">TQWidgetItem</a>.
+<p>Reimplemented in <a href="ntqlayout.html#minimumSize">TQLayout</a>, <a href="qspaceritem.html#minimumSize">TQSpacerItem</a>, and <a href="qwidgetitem.html#minimumSize">TQWidgetItem</a>.
<h3 class=fn>void <a name="setAlignment"></a>TQLayoutItem::setAlignment ( int&nbsp;a )<tt> [virtual]</tt>
</h3>
Sets the alignment of this item to <em>a</em>, which is a bitwise OR of
-the <a href="qt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all subclasses support alignment.
+the <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all subclasses support alignment.
<p>Example: <a href="tutorial2-09.html#x2644">chart/optionsform.cpp</a>.
-<h3 class=fn>void <a name="setGeometry"></a>TQLayoutItem::setGeometry ( const&nbsp;<a href="qrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [pure virtual]</tt>
+<h3 class=fn>void <a name="setGeometry"></a>TQLayoutItem::setGeometry ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [pure virtual]</tt>
</h3>
<p> Implemented in subclasses to set this item's geometry to <em>r</em>.
<p>Examples: <a href="customlayout-example.html#x1498">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1516">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1475">customlayout/flow.cpp</a>.
-<p>Reimplemented in <a href="qlayout.html#setGeometry">TQLayout</a>, <a href="qspaceritem.html#setGeometry">TQSpacerItem</a>, and <a href="qwidgetitem.html#setGeometry">TQWidgetItem</a>.
-<h3 class=fn><a href="qsize.html">TQSize</a> <a name="sizeHint"></a>TQLayoutItem::sizeHint () const<tt> [pure virtual]</tt>
+<p>Reimplemented in <a href="ntqlayout.html#setGeometry">TQLayout</a>, <a href="qspaceritem.html#setGeometry">TQSpacerItem</a>, and <a href="qwidgetitem.html#setGeometry">TQWidgetItem</a>.
+<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQLayoutItem::sizeHint () const<tt> [pure virtual]</tt>
</h3>
<p> Implemented in subclasses to return the preferred size of this item.
@@ -211,9 +211,9 @@ the <a href="qt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all subcl
If this item is a <a href="qspaceritem.html">TQSpacerItem</a>, it is returned as a TQSpacerItem;
otherwise 0 is returned. This function provides type-safe casting.
-<h3 class=fn><a href="qwidget.html">TQWidget</a>&nbsp;* <a name="widget"></a>TQLayoutItem::widget ()<tt> [virtual]</tt>
+<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="widget"></a>TQLayoutItem::widget ()<tt> [virtual]</tt>
</h3>
-If this item is a <a href="qwidget.html">TQWidget</a>, it is returned as a TQWidget; otherwise
+If this item is a <a href="ntqwidget.html">TQWidget</a>, it is returned as a TQWidget; otherwise
0 is returned. This function provides type-safe casting.
<p>Reimplemented in <a href="qwidgetitem.html#widget">TQWidgetItem</a>.