summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqlayout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqlayout.html')
-rw-r--r--doc/html/ntqlayout.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/ntqlayout.html b/doc/html/ntqlayout.html
index fcf96548e..e54402488 100644
--- a/doc/html/ntqlayout.html
+++ b/doc/html/ntqlayout.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;</tt>
<p>Inherits <a href="tqobject.html">TQObject</a> and <a href="qlayoutitem.html">TQLayoutItem</a>.
-<p>Inherited by <a href="qgridlayout.html">TQGridLayout</a> and <a href="qboxlayout.html">TQBoxLayout</a>.
+<p>Inherited by <a href="tqgridlayout.html">TQGridLayout</a> and <a href="qboxlayout.html">TQBoxLayout</a>.
<p><a href="qlayout-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -91,7 +91,7 @@ The TQLayout class is the base class of geometry managers.
<p>
<p> This is an abstract base class inherited by the concrete classes,
-<a href="qboxlayout.html">TQBoxLayout</a> and <a href="qgridlayout.html">TQGridLayout</a>.
+<a href="qboxlayout.html">TQBoxLayout</a> and <a href="tqgridlayout.html">TQGridLayout</a>.
<p> For users of TQLayout subclasses or of <a href="tqmainwindow.html">TQMainWindow</a> there is seldom
any need to use the basic functions provided by TQLayout, such as
<a href="#setResizeMode">setResizeMode</a>() or <a href="#setMenuBar">setMenuBar</a>(). See the <a href="layout.html">layout
@@ -181,7 +181,7 @@ specific to each subclass.
the layout's responsibility to delete it.
<p>Examples: <a href="customlayout-example.html#x1490">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1511">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1467">customlayout/flow.cpp</a>.
-<p>Reimplemented in <a href="qgridlayout.html#addItem-2">TQGridLayout</a> and <a href="qboxlayout.html#addItem">TQBoxLayout</a>.
+<p>Reimplemented in <a href="tqgridlayout.html#addItem-2">TQGridLayout</a> and <a href="qboxlayout.html#addItem">TQBoxLayout</a>.
<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="alignmentRect"></a>TQLayout::alignmentRect ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r ) const<tt> [protected]</tt>
</h3>
Returns the rectangle that should be covered when the geometry of
@@ -217,13 +217,13 @@ it wants to grow in both dimensions.
<p>Examples: <a href="customlayout-example.html#x1491">customlayout/border.cpp</a> and <a href="customlayout-example.html#x1468">customlayout/flow.cpp</a>.
<p>Reimplemented from <a href="qlayoutitem.html#expanding">TQLayoutItem</a>.
-<p>Reimplemented in <a href="qgridlayout.html#expanding">TQGridLayout</a> and <a href="qboxlayout.html#expanding">TQBoxLayout</a>.
+<p>Reimplemented in <a href="tqgridlayout.html#expanding">TQGridLayout</a> and <a href="qboxlayout.html#expanding">TQBoxLayout</a>.
<h3 class=fn>void <a name="invalidate"></a>TQLayout::invalidate ()<tt> [virtual]</tt>
</h3>
Invalidates cached information. Reimplementations must call this.
<p>Reimplemented from <a href="qlayoutitem.html#invalidate">TQLayoutItem</a>.
-<p>Reimplemented in <a href="qgridlayout.html#invalidate">TQGridLayout</a> and <a href="qboxlayout.html#invalidate">TQBoxLayout</a>.
+<p>Reimplemented in <a href="tqgridlayout.html#invalidate">TQGridLayout</a> and <a href="qboxlayout.html#invalidate">TQBoxLayout</a>.
<h3 class=fn>bool <a name="isEmpty"></a>TQLayout::isEmpty () const<tt> [virtual]</tt>
</h3>
Returns TRUE if this layout is empty. The default implementation
@@ -276,7 +276,7 @@ specifications. Does not include what's needed by <a href="#margin">margin</a>()
<p> The default implementation allows unlimited resizing.
<p>Reimplemented from <a href="qlayoutitem.html#maximumSize">TQLayoutItem</a>.
-<p>Reimplemented in <a href="qgridlayout.html#maximumSize">TQGridLayout</a> and <a href="qboxlayout.html#maximumSize">TQBoxLayout</a>.
+<p>Reimplemented in <a href="tqgridlayout.html#maximumSize">TQGridLayout</a> and <a href="qboxlayout.html#maximumSize">TQBoxLayout</a>.
<h3 class=fn><a href="tqmenubar.html">TQMenuBar</a>&nbsp;* <a name="menuBar"></a>TQLayout::menuBar () const
</h3>
@@ -293,7 +293,7 @@ specifications. Does not include what's needed by <a href="#margin">margin</a>()
<p>Examples: <a href="customlayout-example.html#x1493">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1513">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1470">customlayout/flow.cpp</a>.
<p>Reimplemented from <a href="qlayoutitem.html#minimumSize">TQLayoutItem</a>.
-<p>Reimplemented in <a href="qgridlayout.html#minimumSize">TQGridLayout</a> and <a href="qboxlayout.html#minimumSize">TQBoxLayout</a>.
+<p>Reimplemented in <a href="tqgridlayout.html#minimumSize">TQGridLayout</a> and <a href="qboxlayout.html#minimumSize">TQBoxLayout</a>.
<h3 class=fn>void <a name="remove"></a>TQLayout::remove ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )
</h3>
Removes the widget <em>widget</em> from the layout. After this call, it
@@ -340,7 +340,7 @@ given by rect <em>r</em>. Reimplementors must call this function.
<p>Examples: <a href="customlayout-example.html#x1494">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1514">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1471">customlayout/flow.cpp</a>.
<p>Reimplemented from <a href="qlayoutitem.html#setGeometry">TQLayoutItem</a>.
-<p>Reimplemented in <a href="qgridlayout.html#setGeometry">TQGridLayout</a> and <a href="qboxlayout.html#setGeometry">TQBoxLayout</a>.
+<p>Reimplemented in <a href="tqgridlayout.html#setGeometry">TQGridLayout</a> and <a href="qboxlayout.html#setGeometry">TQBoxLayout</a>.
<h3 class=fn>void <a name="setMargin"></a>TQLayout::setMargin ( int )<tt> [virtual]</tt>
</h3><p>Sets the width of the outside border of the layout.
See the <a href="ntqlayout.html#margin-prop">"margin"</a> property for details.
@@ -383,7 +383,7 @@ non-top-level layouts; otherwise returns FALSE.
<h3 class=fn>int <a name="margin-prop"></a>margin</h3>
<p>This property holds the width of the outside border of the layout.
<p>For some layout classes this property has an effect only on
-top-level layouts; <a href="qboxlayout.html">TQBoxLayout</a> and <a href="qgridlayout.html">TQGridLayout</a> support margins for
+top-level layouts; <a href="qboxlayout.html">TQBoxLayout</a> and <a href="tqgridlayout.html">TQGridLayout</a> support margins for
child layouts. The default value is 0.
<p> <p>See also <a href="#spacing-prop">spacing</a>.