QtBase  v6.3.1
Classes | Public Member Functions | Public Attributes | List of all members
QGraphicsItemCache Class Reference

#include <qgraphicsitem_p.h>

Collaboration diagram for QGraphicsItemCache:
Collaboration graph
[legend]

Classes

struct  DeviceData
 

Public Member Functions

 QGraphicsItemCache ()
 
void purge ()
 

Public Attributes

QRect boundingRect
 
QSize fixedSize
 
QPixmapCache::Key key
 
QHash< QPaintDevice *, DeviceDatadeviceData
 
QList< QRectFexposed
 
bool allExposed
 

Detailed Description

Definition at line 127 of file qgraphicsitem_p.h.

Constructor & Destructor Documentation

◆ QGraphicsItemCache()

QGraphicsItemCache::QGraphicsItemCache ( )
inline

Definition at line 130 of file qgraphicsitem_p.h.

Member Function Documentation

◆ purge()

void QGraphicsItemCache::purge ( )

Definition at line 1518 of file qgraphicsitem.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ allExposed

bool QGraphicsItemCache::allExposed

Definition at line 148 of file qgraphicsitem_p.h.

◆ boundingRect

QRect QGraphicsItemCache::boundingRect

Definition at line 133 of file qgraphicsitem_p.h.

◆ deviceData

QHash<QPaintDevice *, DeviceData> QGraphicsItemCache::deviceData

Definition at line 144 of file qgraphicsitem_p.h.

◆ exposed

QList<QRectF> QGraphicsItemCache::exposed

Definition at line 147 of file qgraphicsitem_p.h.

◆ fixedSize

QSize QGraphicsItemCache::fixedSize

Definition at line 134 of file qgraphicsitem_p.h.

◆ key

QPixmapCache::Key QGraphicsItemCache::key

Definition at line 135 of file qgraphicsitem_p.h.


The documentation for this class was generated from the following files: