![]() |
Qt 6.x
The Qt SDK
|
#include <qvectorpath_p.h>
Public Attributes | |
QPaintEngineEx * | engine |
void * | data |
qvectorpath_cache_cleanup | cleanup |
CacheEntry * | next |
Definition at line 116 of file qvectorpath_p.h.
qvectorpath_cache_cleanup QVectorPath::CacheEntry::cleanup |
Definition at line 119 of file qvectorpath_p.h.
void* QVectorPath::CacheEntry::data |
Definition at line 118 of file qvectorpath_p.h.
Referenced by QWindowsDirect2DPaintEnginePrivate::vectorPathToID2D1PathGeometry().
QPaintEngineEx* QVectorPath::CacheEntry::engine |
Definition at line 117 of file qvectorpath_p.h.
CacheEntry* QVectorPath::CacheEntry::next |
Definition at line 120 of file qvectorpath_p.h.