Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QPMCache () | |
~QPMCache () | |
void | timerEvent (QTimerEvent *) |
bool | insert (const QString &k, const QPixmap *d, int c, int p=0) |
QPMCache::QPMCache | ( | ) | [inline] |
QPMCache::~QPMCache | ( | ) | [inline] |
Reimplementado de QCache< QPixmap >.
void QPMCache::timerEvent | ( | QTimerEvent * | ) | [virtual] |
This event handler can be reimplemented in a subclass to receive timer events for the object.
QTimer provides a higher-level interface to the timer functionality, and also more general information about timers.
Reimplementado de QObject.