![]() |
Qt 4.8
|
#include <qgraphicsitem_p.h>
Classes | |
| struct | DeviceData |
Public Functions | |
| void | purge () |
| Empty all cached pixmaps from the pixmap cache. More... | |
| QGraphicsItemCache () | |
Public Variables | |
| bool | allExposed |
| QRect | boundingRect |
| QMap< QPaintDevice *, DeviceData > | deviceData |
| QVector< QRectF > | exposed |
| QSize | fixedSize |
| QPixmapCache::Key | key |
Definition at line 131 of file qgraphicsitem_p.h.
|
inline |
Definition at line 134 of file qgraphicsitem_p.h.
| void QGraphicsItemCache::purge | ( | ) |
Empty all cached pixmaps from the pixmap cache.
Definition at line 1437 of file qgraphicsitem.cpp.
Referenced by QGraphicsItemPrivate::removeExtraItemCache(), QGraphicsItem::setCacheMode(), and QGraphicsItemPrivate::setVisibleHelper().
| bool QGraphicsItemCache::allExposed |
Definition at line 152 of file qgraphicsitem_p.h.
Referenced by QGraphicsScenePrivate::drawItemHelper(), QGraphicsItem::scroll(), and QGraphicsItem::update().
| QRect QGraphicsItemCache::boundingRect |
Definition at line 137 of file qgraphicsitem_p.h.
Referenced by QGraphicsScenePrivate::drawItemHelper(), and QGraphicsItem::scroll().
| QMap<QPaintDevice *, DeviceData> QGraphicsItemCache::deviceData |
Definition at line 148 of file qgraphicsitem_p.h.
Referenced by QGraphicsScenePrivate::drawItemHelper().
Definition at line 151 of file qgraphicsitem_p.h.
Referenced by QGraphicsScenePrivate::drawItemHelper(), QGraphicsItem::scroll(), and QGraphicsItem::update().
| QSize QGraphicsItemCache::fixedSize |
Definition at line 138 of file qgraphicsitem_p.h.
Referenced by QGraphicsScenePrivate::drawItemHelper(), QGraphicsItem::scroll(), and QGraphicsItem::setCacheMode().
| QPixmapCache::Key QGraphicsItemCache::key |
Definition at line 139 of file qgraphicsitem_p.h.
Referenced by QGraphicsScenePrivate::drawItemHelper(), and QGraphicsItem::scroll().