diff options
Diffstat (limited to 'doc/html/ntqsize.html')
| -rw-r--r-- | doc/html/ntqsize.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/ntqsize.html b/doc/html/ntqsize.html index de930bdbe..55b5890e6 100644 --- a/doc/html/ntqsize.html +++ b/doc/html/ntqsize.html @@ -140,20 +140,20 @@ Returns the height. <h3 class=fn>bool <a name="isEmpty"></a>TQSize::isEmpty () const </h3> -Returns TRUE if the width is less than or equal to 0, or the height is -less than or equal to 0; otherwise returns FALSE. +Returns true if the width is less than or equal to 0, or the height is +less than or equal to 0; otherwise returns false. <h3 class=fn>bool <a name="isNull"></a>TQSize::isNull () const </h3> -Returns TRUE if the width is 0 and the height is 0; otherwise -returns FALSE. +Returns true if the width is 0 and the height is 0; otherwise +returns false. <h3 class=fn>bool <a name="isValid"></a>TQSize::isValid () const </h3> -Returns TRUE if the width is equal to or greater than 0 and the height is -equal to or greater than 0; otherwise returns FALSE. +Returns true if the width is equal to or greater than 0 and the height is +equal to or greater than 0; otherwise returns false. <h3 class=fn><a href="ntqsize.html">TQSize</a> & <a name="operator*-eq"></a>TQSize::operator*= ( int c ) </h3> @@ -292,7 +292,7 @@ Returns the width. </h3> -Returns TRUE if <em>s1</em> and <em>s2</em> are different; otherwise returns FALSE. +Returns true if <em>s1</em> and <em>s2</em> are different; otherwise returns false. <h3 class=fn>const <a href="ntqsize.html">TQSize</a> <a name="operator*"></a>operator* ( const <a href="ntqsize.html">TQSize</a> & s, int c ) </h3> @@ -356,7 +356,7 @@ the stream. </h3> -Returns TRUE if <em>s1</em> and <em>s2</em> are equal; otherwise returns FALSE. +Returns true if <em>s1</em> and <em>s2</em> are equal; otherwise returns false. <h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="ntqsize.html">TQSize</a> & sz ) </h3> |
