Eneboo - Documentación para desarrolladores
Métodos públicos | Métodos públicos estáticos | Amigas
Referencia de la Clase QIconFactory

The QIconFactory class is used to create pixmaps for a QIconSet. Más...

#include <qiconset.h>

Diagrama de herencias de QIconFactory
QShared QShared

Lista de todos los miembros.

Métodos públicos

 QIconFactory ()
virtual ~QIconFactory ()
virtual QPixmapcreatePixmap (const QIconSet &iconSet, QIconSet::Size size, QIconSet::Mode mode, QIconSet::State state)
void setAutoDelete (bool autoDelete)
bool autoDelete () const
 QIconFactory ()
virtual ~QIconFactory ()
virtual QPixmapcreatePixmap (const QIconSet &iconSet, QIconSet::Size size, QIconSet::Mode mode, QIconSet::State state)
void setAutoDelete (bool autoDelete)
bool autoDelete () const

Métodos públicos estáticos

static QIconFactorydefaultFactory ()
static void installDefaultFactory (QIconFactory *factory)
static QIconFactorydefaultFactory ()
static void installDefaultFactory (QIconFactory *factory)

Amigas

class QIconSet
class QIconSetPrivate

Descripción detallada

The QIconFactory class is used to create pixmaps for a QIconSet.

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.

Ver también:
QIconSet

Documentación del constructor y destructor

QIconFactory::QIconFactory ( )

Constructs an icon factory.

QIconFactory::~QIconFactory ( ) [virtual]

Destroys the object and frees any allocated resources.

QIconFactory::QIconFactory ( )
virtual QIconFactory::~QIconFactory ( ) [virtual]

Documentación de las funciones miembro

bool QIconFactory::autoDelete ( ) const [inline]

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

Ver también:
setAutoDelete()
bool QIconFactory::autoDelete ( ) const [inline]
QPixmap * QIconFactory::createPixmap ( const QIconSet iconSet,
QIconSet::Size  size,
QIconSet::Mode  mode,
QIconSet::State  state 
) [virtual]

Ceates a pixmap for iconSet with a certain size, mode, and state. Returns 0 if the default QIconSet 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.

virtual QPixmap* QIconFactory::createPixmap ( const QIconSet iconSet,
QIconSet::Size  size,
QIconSet::Mode  mode,
QIconSet::State  state 
) [virtual]
QIconFactory * QIconFactory::defaultFactory ( ) [static]

Returns the default icon factory.

Ver también:
installDefaultFactory()
static QIconFactory* QIconFactory::defaultFactory ( ) [static]
void QIconFactory::installDefaultFactory ( QIconFactory factory) [static]

Replaces the default icon factory with factory.

static void QIconFactory::installDefaultFactory ( QIconFactory factory) [static]
void QIconFactory::setAutoDelete ( bool  autoDelete) [inline]
void QIconFactory::setAutoDelete ( bool  autoDelete) [inline]

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

Ver también:
autoDelete(), defaultFactory()

Documentación de las funciones relacionadas y clases amigas

QIconSet [friend]
QIconSetPrivate [friend]

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'