![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgraphicsitem_p.h>
Classes | |
struct | DeviceData |
Public Member Functions | |
QGraphicsItemCache () | |
void | purge () |
Public Attributes | |
QRect | boundingRect |
QSize | fixedSize |
QPixmapCache::Key | key |
QHash< QPaintDevice *, DeviceData > | deviceData |
QList< QRectF > | exposed |
bool | allExposed |
Definition at line 35 of file qgraphicsitem_p.h.
|
inline |
Definition at line 38 of file qgraphicsitem_p.h.
References allExposed.
void QGraphicsItemCache::purge | ( | ) |
Empty all cached pixmaps from the pixmap cache.
Definition at line 1484 of file qgraphicsitem.cpp.
References allExposed.
bool QGraphicsItemCache::allExposed |
Definition at line 56 of file qgraphicsitem_p.h.
Referenced by QGraphicsItemCache(), and purge().
QRect QGraphicsItemCache::boundingRect |
Definition at line 41 of file qgraphicsitem_p.h.
QHash<QPaintDevice *, DeviceData> QGraphicsItemCache::deviceData |
Definition at line 52 of file qgraphicsitem_p.h.
Definition at line 55 of file qgraphicsitem_p.h.
QSize QGraphicsItemCache::fixedSize |
Definition at line 42 of file qgraphicsitem_p.h.
QPixmapCache::Key QGraphicsItemCache::key |
Definition at line 43 of file qgraphicsitem_p.h.