![]() |
Qt 6.x
The Qt SDK
|
#include <qgraphicsitem_p.h>
Public Member Functions | |
DeviceData () | |
Public Attributes | |
QTransform | lastTransform |
QPoint | cacheIndent |
QPixmapCache::Key | key |
Definition at line 45 of file qgraphicsitem_p.h.
|
inline |
Definition at line 46 of file qgraphicsitem_p.h.
QPoint QGraphicsItemCache::DeviceData::cacheIndent |
Definition at line 48 of file qgraphicsitem_p.h.
Referenced by QGraphicsScenePrivate::drawItemHelper().
QPixmapCache::Key QGraphicsItemCache::DeviceData::key |
Definition at line 49 of file qgraphicsitem_p.h.
Referenced by QGraphicsScenePrivate::drawItemHelper().
QTransform QGraphicsItemCache::DeviceData::lastTransform |
Definition at line 47 of file qgraphicsitem_p.h.
Referenced by QGraphicsScenePrivate::drawItemHelper().