![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QGraphicsSvgItemPrivate:
Collaboration diagram for QGraphicsSvgItemPrivate:Additional Inherited Members | |
Public Types inherited from QGraphicsItemPrivate | |
| enum | Extra { ExtraToolTip , ExtraCursor , ExtraCacheData , ExtraMaxDeviceCoordCacheSize , ExtraBoundingRegionGranularity } |
| enum | AncestorFlag { NoFlag = 0 , AncestorHandlesChildEvents = 0x1 , AncestorClipsChildren = 0x2 , AncestorIgnoresTransformations = 0x4 , AncestorFiltersChildEvents = 0x8 , AncestorContainsChildren = 0x10 } |
Static Public Member Functions inherited from QGraphicsItemPrivate | |
| static const QGraphicsItemPrivate * | get (const QGraphicsItem *item) |
| static QGraphicsItemPrivate * | get (QGraphicsItem *item) |
| static bool | movableAncestorIsSelected (const QGraphicsItem *item) |
| static bool | isOpacityNull (qreal opacity) |
| static bool | insertionOrder (QGraphicsItem *a, QGraphicsItem *b) |
Definition at line 17 of file qgraphicssvgitem.cpp.
|
inline |
Definition at line 22 of file qgraphicssvgitem.cpp.
|
inline |
Definition at line 38 of file qgraphicssvgitem.cpp.
Referenced by init().
Here is the caller graph for this function:
|
inline |
Definition at line 27 of file qgraphicssvgitem.cpp.
References _q_repaintItem(), QObject::connect(), QGraphicsItem::DeviceCoordinateCache, QGraphicsItemPrivate::parent, renderer, SIGNAL, and SLOT.
Here is the call graph for this function:
|
inline |
Definition at line 43 of file qgraphicssvgitem.cpp.
References boundingRect, QSvgRenderer::boundsOnElement(), QSvgRenderer::defaultSize(), elemId, QString::isEmpty(), renderer, QRectF::setSize(), and QRectF::size().
Here is the call graph for this function:| QRectF QGraphicsSvgItemPrivate::boundingRect |
Definition at line 58 of file qgraphicssvgitem.cpp.
Referenced by updateDefaultSize().
| QString QGraphicsSvgItemPrivate::elemId |
Definition at line 60 of file qgraphicssvgitem.cpp.
Referenced by updateDefaultSize().
| QSvgRenderer* QGraphicsSvgItemPrivate::renderer |
Definition at line 57 of file qgraphicssvgitem.cpp.
Referenced by init(), and updateDefaultSize().
| bool QGraphicsSvgItemPrivate::shared |
Definition at line 59 of file qgraphicssvgitem.cpp.