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.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/qlayoutitem.html b/doc/html/qlayoutitem.html
index 8c671253..e94a034f 100644
--- a/doc/html/qlayoutitem.html
+++ b/doc/html/qlayoutitem.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
TQLayout manipulates.
<a href="#details">More...</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>Inherited by <a href="ntqlayout.html">TQLayout</a>, <a href="qspaceritem.html">TQSpacerItem</a>, and <a href="tqwidgetitem.html">TQWidgetItem</a>.
<p><a href="qlayoutitem-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -74,7 +74,7 @@ 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="ntqwidget.html">TQWidget</a>, it can be retrieved using <a href="#widget">widget</a>(). Similarly for
+<a href="tqwidget.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="ntqlayout.html">TQLayout</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>.
@@ -101,7 +101,7 @@ Destroys the TQLayoutItem.
<p> Implemented in subclasses to return the direction(s) this item
"wants" to expand in (if any).
-<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>.
+<p>Reimplemented in <a href="ntqlayout.html#expanding">TQLayout</a>, <a href="qspaceritem.html#expanding">TQSpacerItem</a>, and <a href="tqwidgetitem.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>
@@ -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="ntqwidget.html#heightForWidth">TQWidget::heightForWidth</a>().
+<p> <p>See also <a href="#heightForWidth">heightForWidth</a>() and <a href="tqwidget.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>.
@@ -160,7 +160,7 @@ Invalidates any cached information in this layout item.
<p> Implemented in subclasses to return whether this item is empty,
i.e. whether it contains any widgets.
-<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>.
+<p>Reimplemented in <a href="ntqlayout.html#isEmpty">TQLayout</a>, <a href="qspaceritem.html#isEmpty">TQSpacerItem</a>, and <a href="tqwidgetitem.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
@@ -178,14 +178,14 @@ If this item is a <a href="ntqlayout.html">TQLayout</a>, it is returned as a TQL
<p> Implemented in subclasses to return the maximum size of this item.
-<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>.
+<p>Reimplemented in <a href="ntqlayout.html#maximumSize">TQLayout</a>, <a href="qspaceritem.html#maximumSize">TQSpacerItem</a>, and <a href="tqwidgetitem.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="ntqlayout.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="tqwidgetitem.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
@@ -198,25 +198,25 @@ the <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all sub
<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="ntqlayout.html#setGeometry">TQLayout</a>, <a href="qspaceritem.html#setGeometry">TQSpacerItem</a>, and <a href="qwidgetitem.html#setGeometry">TQWidgetItem</a>.
+<p>Reimplemented in <a href="ntqlayout.html#setGeometry">TQLayout</a>, <a href="qspaceritem.html#setGeometry">TQSpacerItem</a>, and <a href="tqwidgetitem.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.
<p>Examples: <a href="customlayout-example.html#x1499">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1517">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1476">customlayout/flow.cpp</a>.
-<p>Reimplemented in <a href="qspaceritem.html#sizeHint">TQSpacerItem</a>, <a href="qwidgetitem.html#sizeHint">TQWidgetItem</a>, <a href="qgridlayout.html#sizeHint">TQGridLayout</a>, and <a href="qboxlayout.html#sizeHint">TQBoxLayout</a>.
+<p>Reimplemented in <a href="qspaceritem.html#sizeHint">TQSpacerItem</a>, <a href="tqwidgetitem.html#sizeHint">TQWidgetItem</a>, <a href="qgridlayout.html#sizeHint">TQGridLayout</a>, and <a href="qboxlayout.html#sizeHint">TQBoxLayout</a>.
<h3 class=fn><a href="qspaceritem.html">TQSpacerItem</a>&nbsp;* <a name="spacerItem"></a>TQLayoutItem::spacerItem ()<tt> [virtual]</tt>
</h3>
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="ntqwidget.html">TQWidget</a>&nbsp;* <a name="widget"></a>TQLayoutItem::widget ()<tt> [virtual]</tt>
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="widget"></a>TQLayoutItem::widget ()<tt> [virtual]</tt>
</h3>
-If this item is a <a href="ntqwidget.html">TQWidget</a>, it is returned as a TQWidget; otherwise
+If this item is a <a href="tqwidget.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>.
+<p>Reimplemented in <a href="tqwidgetitem.html#widget">TQWidgetItem</a>.
<!-- eof -->
<hr><p>
This file is part of the <a href="index.html">TQt toolkit</a>.