Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QIconFactory class is used to create pixmaps for a QIconSet. More...
#include <qiconset.h>
By reimplementing createPixmap(), you can override QIconSet'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 QIconSet.
See also QIconSet and Advanced Widgets.
Returns TRUE if auto-deletion is enabled; otherwise returns FALSE.
See also setAutoDelete().
It is the caller's responsability to delete the returned pixmap.
The default implementation always returns 0.
See also installDefaultFactory().
Sets the icon factory to automatically delete itself when it is no longer referenced by any QIconSet and isn't the default factory. By default auto-deletion is disabled.
See also autoDelete() and defaultFactory().
This file is part of the Qt toolkit. Copyright © 1995-2002 Trolltech. All Rights Reserved.
Copyright © 2002 Trolltech | Trademarks | Qt version 3.1.0-b2
|