diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqiconset.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqiconset.html')
| -rw-r--r-- | doc/html/ntqiconset.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqiconset.html b/doc/html/ntqiconset.html index 21152bb9b..1bcf3cad5 100644 --- a/doc/html/ntqiconset.html +++ b/doc/html/ntqiconset.html @@ -111,7 +111,7 @@ is to supply pixmaps in both large and small sizes. size of the generated large/small icons. The default small size is 22 x 22, while the default large size is 32 x 32. These sizes only affect generated icons. -<p> The <a href="#isGenerated">isGenerated</a>() function returns TRUE if an icon was generated by +<p> The <a href="#isGenerated">isGenerated</a>() function returns true if an icon was generated by TQIconSet or by a factory; <a href="#clearGenerated">clearGenerated</a>() clears all cached pixmaps. <p> <h3> Making Classes that Use TQIconSet @@ -246,14 +246,14 @@ is used. <h3 class=fn>bool <a name="isGenerated"></a>TQIconSet::isGenerated ( <a href="ntqiconset.html#Size-enum">Size</a> size, <a href="ntqiconset.html#Mode-enum">Mode</a> mode, <a href="ntqiconset.html#State-enum">State</a> state = Off ) const </h3> -Returns TRUE if the pixmap with size <em>size</em>, mode <em>mode</em> and +Returns true if the pixmap with size <em>size</em>, mode <em>mode</em> and state <em>state</em> is generated from other pixmaps; otherwise returns -FALSE. +false. <p> A pixmap obtained from a <a href="qiconfactory.html">TQIconFactory</a> is considered non-generated. <h3 class=fn>bool <a name="isNull"></a>TQIconSet::isNull () const </h3> -Returns TRUE if the icon set is empty; otherwise returns FALSE. +Returns true if the icon set is empty; otherwise returns false. <h3 class=fn><a href="ntqiconset.html">TQIconSet</a> & <a name="operator-eq"></a>TQIconSet::operator= ( const <a href="ntqiconset.html">TQIconSet</a> & other ) </h3> |
