diff options
Diffstat (limited to 'doc/html/ntqlayout.html')
| -rw-r--r-- | doc/html/ntqlayout.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/ntqlayout.html b/doc/html/ntqlayout.html index d63bfad8a..c3481008c 100644 --- a/doc/html/ntqlayout.html +++ b/doc/html/ntqlayout.html @@ -193,9 +193,9 @@ larger than <em>r</em>. <h3 class=fn>bool <a name="autoAdd"></a>TQLayout::autoAdd () const </h3> -<p> Returns TRUE if this layout automatically grabs all new +<p> Returns true if this layout automatically grabs all new <a href="#mainWidget">mainWidget</a>()'s new children and adds them as defined by <a href="#addItem">addItem</a>(); -otherwise returns FALSE. This has effect only for top-level +otherwise returns false. This has effect only for top-level layouts, i.e. layouts that are direct children of their mainWidget(). <p> <a href="#autoAdd">autoAdd</a>() is disabled by default. @@ -226,20 +226,20 @@ Invalidates cached information. Reimplementations must call this. <p>Reimplemented in <a href="qgridlayout.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 -returns FALSE. +Returns true if this layout is empty. The default implementation +returns false. <p>Reimplemented from <a href="qlayoutitem.html#isEmpty">TQLayoutItem</a>. <h3 class=fn>bool <a name="isEnabled"></a>TQLayout::isEnabled () const </h3> -Returns TRUE if the layout is enabled; otherwise returns FALSE. +Returns true if the layout is enabled; otherwise returns false. <p> <p>See also <a href="#setEnabled">setEnabled</a>(). <h3 class=fn>bool <a name="isTopLevel"></a>TQLayout::isTopLevel () const </h3> -<p> Returns TRUE if this layout is a top-level layout, i.e. not a -child of another layout; otherwise returns FALSE. +<p> Returns true if this layout is a top-level layout, i.e. not a +child of another layout; otherwise returns false. <h3 class=fn><a href="qlayoutiterator.html">TQLayoutIterator</a> <a name="iterator"></a>TQLayout::iterator ()<tt> [pure virtual]</tt> </h3> @@ -314,7 +314,7 @@ caller's responsibility to delete the item. See the <a href="ntqlayout.html#resizeMode-prop">"resizeMode"</a> property for details. <h3 class=fn>void <a name="setAutoAdd"></a>TQLayout::setAutoAdd ( bool b )<tt> [virtual]</tt> </h3> -If <em>b</em> is TRUE, auto-add is enabled; otherwise auto-add is +If <em>b</em> is true, auto-add is enabled; otherwise auto-add is disabled. <p> <b>Warning:</b> If auto-add is enabled, you cannot set stretch factors on the child widgets until the widgets are actually inserted in @@ -326,7 +326,7 @@ programs. <p>Examples: <a href="qaxserver-example-hierarchy.html#x2649">hierarchy/objects.cpp</a> and <a href="i18n-example.html#x1938">i18n/main.cpp</a>. <h3 class=fn>void <a name="setEnabled"></a>TQLayout::setEnabled ( bool enable ) </h3> -Enables this layout if <em>enable</em> is TRUE, otherwise disables it. +Enables this layout if <em>enable</em> is true, otherwise disables it. <p> An enabled layout adjusts dynamically to changes; a disabled layout acts as if it did not exist. <p> By default all layouts are enabled. @@ -360,11 +360,11 @@ See the <a href="ntqlayout.html#resizeMode-prop">"resizeMode"</a> property for d See the <a href="ntqlayout.html#spacing-prop">"spacing"</a> property for details. <h3 class=fn>void <a name="setSupportsMargin"></a>TQLayout::setSupportsMargin ( bool b )<tt> [protected]</tt> </h3> -Sets the value returned by <a href="#supportsMargin">supportsMargin</a>(). If <em>b</em> is TRUE, +Sets the value returned by <a href="#supportsMargin">supportsMargin</a>(). If <em>b</em> is true, <a href="#margin">margin</a>() handling is implemented by the subclass. If <em>b</em> is -FALSE (the default), TQLayout will add margin() around top-level +false (the default), TQLayout will add margin() around top-level layouts. -<p> If <em>b</em> is TRUE, margin handling needs to be implemented in +<p> If <em>b</em> is true, margin handling needs to be implemented in <a href="#setGeometry">setGeometry</a>(), <a href="#maximumSize">maximumSize</a>(), <a href="#minimumSize">minimumSize</a>(), <a href="qlayoutitem.html#sizeHint">sizeHint</a>() and <a href="qlayoutitem.html#heightForWidth">heightForWidth</a>(). <p> <p>See also <a href="#supportsMargin">supportsMargin</a>(). @@ -375,8 +375,8 @@ See the <a href="ntqlayout.html#spacing-prop">"spacing"</a> property for details <h3 class=fn>bool <a name="supportsMargin"></a>TQLayout::supportsMargin () const </h3> -<p> Returns TRUE if this layout supports <a href="#margin-prop">TQLayout::margin</a> on -non-top-level layouts; otherwise returns FALSE. +<p> Returns true if this layout supports <a href="#margin-prop">TQLayout::margin</a> on +non-top-level layouts; otherwise returns false. <p> <p>See also <a href="#margin-prop">margin</a>. <hr><h2>Property Documentation</h2> |
