From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/qiconfactory.html | 112 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 doc/html/qiconfactory.html (limited to 'doc/html/qiconfactory.html') diff --git a/doc/html/qiconfactory.html b/doc/html/qiconfactory.html new file mode 100644 index 00000000..d8ac8d85 --- /dev/null +++ b/doc/html/qiconfactory.html @@ -0,0 +1,112 @@ + + + + + +TQIconFactory Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQIconFactory Class Reference

+ +

The TQIconFactory class is used to create pixmaps for a TQIconSet. +More... +

#include <qiconset.h> +

List of all member functions. +

Public Members

+ +

Static Public Members

+ +

Detailed Description

+ + +The TQIconFactory class is used to create pixmaps for a TQIconSet. +

By reimplementing createPixmap(), you can override TQIconSet's +default algorithm for computing pixmaps not supplied by the user. +

Call setAutoDelete(TRUE) if you want the factory to automatically +delete itself when it is no longer needed by TQIconSet. +

See also TQIconSet and Advanced Widgets. + +


Member Function Documentation

+

TQIconFactory::TQIconFactory () +

+Constructs an icon factory. + +

TQIconFactory::~TQIconFactory () [virtual] +

+Destroys the object and frees any allocated resources. + +

bool TQIconFactory::autoDelete () const +

+ +

Returns TRUE if auto-deletion is enabled; otherwise returns FALSE. +

See also setAutoDelete(). + +

TQPixmap * TQIconFactory::createPixmap ( const TQIconSet & iconSet, TQIconSet::Size size, TQIconSet::Mode mode, TQIconSet::State state ) [virtual] +

+Ceates a pixmap for iconSet with a certain size, mode, and +state. Returns 0 if the default TQIconSet algorithm should be +used to create a pixmap that wasn't supplied by the user. +

It is the caller's responsibility to delete the returned pixmap. +

The default implementation always returns 0. + +

TQIconFactory * TQIconFactory::defaultFactory () [static] +

+Returns the default icon factory. +

See also installDefaultFactory(). + +

void TQIconFactory::installDefaultFactory ( TQIconFactory * factory ) [static] +

+Replaces the default icon factory with factory. + +

void TQIconFactory::setAutoDelete ( bool autoDelete ) +

+ +

If autoDelete is TRUE, sets the icon factory to automatically +delete itself when it is no longer referenced by any TQIconSet and +isn't the default factory. If autoDelete is FALSE (the default) +auto-deletion is disabled. +

See also autoDelete() and defaultFactory(). + + +


+This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1