Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGraphicsItemCache::DeviceData Struct Reference

#include <qgraphicsitem_p.h>

+ Collaboration diagram for QGraphicsItemCache::DeviceData:

Public Member Functions

 DeviceData ()
 

Public Attributes

QTransform lastTransform
 
QPoint cacheIndent
 
QPixmapCache::Key key
 

Detailed Description

Definition at line 45 of file qgraphicsitem_p.h.

Constructor & Destructor Documentation

◆ DeviceData()

QGraphicsItemCache::DeviceData::DeviceData ( )
inline

Definition at line 46 of file qgraphicsitem_p.h.

Member Data Documentation

◆ cacheIndent

QPoint QGraphicsItemCache::DeviceData::cacheIndent

Definition at line 48 of file qgraphicsitem_p.h.

Referenced by QGraphicsScenePrivate::drawItemHelper().

◆ key

QPixmapCache::Key QGraphicsItemCache::DeviceData::key

Definition at line 49 of file qgraphicsitem_p.h.

Referenced by QGraphicsScenePrivate::drawItemHelper().

◆ lastTransform

QTransform QGraphicsItemCache::DeviceData::lastTransform

Definition at line 47 of file qgraphicsitem_p.h.

Referenced by QGraphicsScenePrivate::drawItemHelper().


The documentation for this struct was generated from the following file: