diff options
Diffstat (limited to 'doc/html/tqiconfactory.html')
-rw-r--r-- | doc/html/tqiconfactory.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqiconfactory.html b/doc/html/tqiconfactory.html index f8bada21e..f2e8e966d 100644 --- a/doc/html/tqiconfactory.html +++ b/doc/html/tqiconfactory.html @@ -53,7 +53,7 @@ body { background: #ffffff; color: black; } The TQIconFactory class is used to create pixmaps for a <a href="tqiconset.html">TQIconSet</a>. <p> By reimplementing <a href="#createPixmap">createPixmap</a>(), you can override TQIconSet's default algorithm for computing pixmaps not supplied by the user. -<p> Call <a href="#setAutoDelete">setAutoDelete</a>(TRUE) if you want the factory to automatically +<p> Call <a href="#setAutoDelete">setAutoDelete</a>(true) if you want the factory to automatically delete itself when it is no longer needed by TQIconSet. <p> <p>See also <a href="tqiconset.html">TQIconSet</a> and <a href="advanced.html">Advanced Widgets</a>. @@ -69,7 +69,7 @@ Destroys the object and frees any allocated resources. <h3 class=fn>bool <a name="autoDelete"></a>TQIconFactory::autoDelete () const </h3> -<p> Returns TRUE if auto-deletion is enabled; otherwise returns FALSE. +<p> Returns true if auto-deletion is enabled; otherwise returns false. <p> <p>See also <a href="#setAutoDelete">setAutoDelete</a>(). <h3 class=fn><a href="tqpixmap.html">TQPixmap</a> * <a name="createPixmap"></a>TQIconFactory::createPixmap ( const <a href="tqiconset.html">TQIconSet</a> & iconSet, <a href="tqiconset.html#Size-enum">TQIconSet::Size</a> size, <a href="tqiconset.html#Mode-enum">TQIconSet::Mode</a> mode, <a href="tqiconset.html#State-enum">TQIconSet::State</a> state )<tt> [virtual]</tt> @@ -92,9 +92,9 @@ Replaces the default icon factory with <em>factory</em>. <h3 class=fn>void <a name="setAutoDelete"></a>TQIconFactory::setAutoDelete ( bool autoDelete ) </h3> -<p> If <em>autoDelete</em> is TRUE, sets the icon factory to automatically +<p> If <em>autoDelete</em> is true, sets the icon factory to automatically delete itself when it is no longer referenced by any <a href="tqiconset.html">TQIconSet</a> and -isn't the default factory. If <em>autoDelete</em> is FALSE (the default) +isn't the default factory. If <em>autoDelete</em> is false (the default) auto-deletion is disabled. <p> <p>See also <a href="#autoDelete">autoDelete</a>() and <a href="#defaultFactory">defaultFactory</a>(). |