![]() |
Qt 6.x
The Qt SDK
|
Additional Inherited Members | |
![]() | |
enum | Extra { ExtraToolTip , ExtraCursor , ExtraCacheData , ExtraMaxDeviceCoordCacheSize , ExtraBoundingRegionGranularity } |
enum | AncestorFlag { NoFlag = 0 , AncestorHandlesChildEvents = 0x1 , AncestorClipsChildren = 0x2 , AncestorIgnoresTransformations = 0x4 , AncestorFiltersChildEvents = 0x8 , AncestorContainsChildren = 0x10 } |
![]() | |
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 9315 of file qgraphicsitem.cpp.
|
inline |
Definition at line 9319 of file qgraphicsitem.cpp.
|
inline |
Definition at line 9332 of file qgraphicsitem.cpp.
References QPainterPath::addRect(), QGraphicsPixmapItem::BoundingRectShape, QPixmap::createHeuristicMask(), QPixmap::height(), QGraphicsPixmapItem::HeuristicMaskShape, QPixmap::mask(), QGraphicsPixmapItem::MaskShape, pixmap, Q_FALLTHROUGH, qt_regionToPath(), shape, shapeMode, QRegion::translated(), and QPixmap::width().
Referenced by QGraphicsPixmapItem::shape().
bool QGraphicsPixmapItemPrivate::hasShape |
Definition at line 9330 of file qgraphicsitem.cpp.
Referenced by QGraphicsPixmapItem::shape().
QPointF QGraphicsPixmapItemPrivate::offset |
Definition at line 9327 of file qgraphicsitem.cpp.
QPixmap QGraphicsPixmapItemPrivate::pixmap |
Definition at line 9325 of file qgraphicsitem.cpp.
Referenced by updateShape().
QPainterPath QGraphicsPixmapItemPrivate::shape |
Definition at line 9329 of file qgraphicsitem.cpp.
Referenced by updateShape().
QGraphicsPixmapItem::ShapeMode QGraphicsPixmapItemPrivate::shapeMode |
Definition at line 9328 of file qgraphicsitem.cpp.
Referenced by updateShape().
Qt::TransformationMode QGraphicsPixmapItemPrivate::transformationMode |
Definition at line 9326 of file qgraphicsitem.cpp.