diff options
Diffstat (limited to 'doc/html/tqsize.html')
-rw-r--r-- | doc/html/tqsize.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqsize.html b/doc/html/tqsize.html index 86cda6f68..6c4419a29 100644 --- a/doc/html/tqsize.html +++ b/doc/html/tqsize.html @@ -139,20 +139,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="tqsize.html">TQSize</a> & <a name="operator*-eq"></a>TQSize::operator*= ( int c ) </h3> @@ -291,7 +291,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="tqsize.html">TQSize</a> <a name="operator*"></a>operator* ( const <a href="tqsize.html">TQSize</a> & s, int c ) </h3> @@ -355,7 +355,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="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="tqsize.html">TQSize</a> & sz ) </h3> |