Qt 4.8
|
#include <qvectorpath_p.h>
Public Variables | |
qvectorpath_cache_cleanup | cleanup |
void * | data |
QPaintEngineEx * | engine |
CacheEntry * | next |
Definition at line 145 of file qvectorpath_p.h.
qvectorpath_cache_cleanup QVectorPath::CacheEntry::cleanup |
Definition at line 148 of file qvectorpath_p.h.
Referenced by QVectorPath::addCacheData(), QGL2PaintEngineExPrivate::~QGL2PaintEngineExPrivate(), and QVectorPath::~QVectorPath().
void* QVectorPath::CacheEntry::data |
Definition at line 147 of file qvectorpath_p.h.
Referenced by QVectorPath::addCacheData(), QGL2PaintEngineExPrivate::fill(), QGL2PaintEngineExPrivate::~QGL2PaintEngineExPrivate(), and QVectorPath::~QVectorPath().
QPaintEngineEx* QVectorPath::CacheEntry::engine |
Definition at line 146 of file qvectorpath_p.h.
Referenced by QVectorPath::addCacheData(), QVectorPath::lookupCacheData(), QGL2PaintEngineExPrivate::~QGL2PaintEngineExPrivate(), and QVectorPath::~QVectorPath().
CacheEntry* QVectorPath::CacheEntry::next |
Definition at line 149 of file qvectorpath_p.h.
Referenced by QVectorPath::addCacheData(), QVectorPath::lookupCacheData(), and QVectorPath::~QVectorPath().