diff options
Diffstat (limited to 'doc/html/qiconfactory.html')
-rw-r--r-- | doc/html/qiconfactory.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qiconfactory.html b/doc/html/qiconfactory.html index d8ac8d85a..5677cf87b 100644 --- a/doc/html/qiconfactory.html +++ b/doc/html/qiconfactory.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQIconFactory class is used to create pixmaps for a TQIconSet. <a href="#details">More...</a> -<p><tt>#include <<a href="qiconset-h.html">qiconset.h</a>></tt> +<p><tt>#include <<a href="qiconset-h.html">ntqiconset.h</a>></tt> <p><a href="qiconfactory-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -51,12 +51,12 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQIconFactory class is used to create pixmaps for a <a href="qiconset.html">TQIconSet</a>. +The TQIconFactory class is used to create pixmaps for a <a href="ntqiconset.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 delete itself when it is no longer needed by TQIconSet. -<p> <p>See also <a href="qiconset.html">TQIconSet</a> and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="ntqiconset.html">TQIconSet</a> and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQIconFactory"></a>TQIconFactory::TQIconFactory () @@ -73,10 +73,10 @@ Destroys the object and frees any allocated resources. <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="qpixmap.html">TQPixmap</a> * <a name="createPixmap"></a>TQIconFactory::createPixmap ( const <a href="qiconset.html">TQIconSet</a> & iconSet, <a href="qiconset.html#Size-enum">TQIconSet::Size</a> size, <a href="qiconset.html#Mode-enum">TQIconSet::Mode</a> mode, <a href="qiconset.html#State-enum">TQIconSet::State</a> state )<tt> [virtual]</tt> +<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> * <a name="createPixmap"></a>TQIconFactory::createPixmap ( const <a href="ntqiconset.html">TQIconSet</a> & iconSet, <a href="ntqiconset.html#Size-enum">TQIconSet::Size</a> size, <a href="ntqiconset.html#Mode-enum">TQIconSet::Mode</a> mode, <a href="ntqiconset.html#State-enum">TQIconSet::State</a> state )<tt> [virtual]</tt> </h3> Ceates a pixmap for <em>iconSet</em> with a certain <em>size</em>, <em>mode</em>, and -<em>state</em>. Returns 0 if the default <a href="qiconset.html">TQIconSet</a> algorithm should be +<em>state</em>. Returns 0 if the default <a href="ntqiconset.html">TQIconSet</a> algorithm should be used to create a pixmap that wasn't supplied by the user. <p> It is the caller's responsibility to delete the returned pixmap. <p> The default implementation always returns 0. @@ -94,7 +94,7 @@ Replaces the default icon factory with <em>factory</em>. </h3> <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="qiconset.html">TQIconSet</a> and +delete itself when it is no longer referenced by any <a href="ntqiconset.html">TQIconSet</a> and 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>(). |