|
enum | Extra {
ExtraToolTip
, ExtraCursor
, ExtraCacheData
, ExtraMaxDeviceCoordCacheSize
,
ExtraBoundingRegionGranularity
} |
enum | AncestorFlag {
NoFlag = 0
, AncestorHandlesChildEvents = 0x1
, AncestorClipsChildren = 0x2
, AncestorIgnoresTransformations = 0x4
,
AncestorFiltersChildEvents = 0x8
, AncestorContainsChildren = 0x10
} |
| QGraphicsItemPrivate () |
virtual | ~QGraphicsItemPrivate () |
void | updateChildWithGraphicsEffectFlagRecursively () |
| Returns a pointer to this item's effect if it has one; otherwise \nullptr.
|
void | updateAncestorFlag (QGraphicsItem::GraphicsItemFlag childFlag, AncestorFlag flag=NoFlag, bool enabled=false, bool root=true) |
void | updateAncestorFlags () |
void | setIsMemberOfGroup (bool enabled) |
void | remapItemPos (QEvent *event, QGraphicsItem *item) |
QTransform | genericMapFromSceneTransform (const QWidget *viewport=nullptr) const |
QPointF | genericMapFromScene (const QPointF &pos, const QWidget *viewport) const |
bool | itemIsUntransformable () const |
void | combineTransformToParent (QTransform *x, const QTransform *viewTransform=nullptr) const |
void | combineTransformFromParent (QTransform *x, const QTransform *viewTransform=nullptr) const |
virtual void | updateSceneTransformFromParent () |
virtual void | setPosHelper (const QPointF &pos) |
void | setTransformHelper (const QTransform &transform) |
void | prependGraphicsTransform (QGraphicsTransform *t) |
void | appendGraphicsTransform (QGraphicsTransform *t) |
void | setVisibleHelper (bool newVisible, bool explicitly, bool update=true, bool hiddenByPanel=false) |
void | setEnabledHelper (bool newEnabled, bool explicitly, bool update=true) |
bool | discardUpdateRequest (bool ignoreVisibleBit=false, bool ignoreDirtyBit=false, bool ignoreOpacity=false) const |
virtual void | transformChanged () |
int | depth () const |
void | invalidateDepthRecursively () |
void | resolveDepth () |
void | addChild (QGraphicsItem *child) |
void | removeChild (QGraphicsItem *child) |
void | setParentItemHelper (QGraphicsItem *parent, const QVariant *newParentVariant, const QVariant *thisPointerVariant) |
void | childrenBoundingRectHelper (QTransform *x, QRectF *rect, QGraphicsItem *topMostEffectItem) |
void | initStyleOption (QStyleOptionGraphicsItem *option, const QTransform &worldTransform, const QRegion &exposedRegion, bool allItems=false) const |
QRectF | effectiveBoundingRect (QGraphicsItem *topMostEffectItem=nullptr) const |
QRectF | sceneEffectiveBoundingRect () const |
QRectF | effectiveBoundingRect (const QRectF &rect) const |
virtual void | resolveFont (uint inheritedMask) |
virtual void | resolvePalette (uint inheritedMask) |
virtual bool | isProxyWidget () const |
QVariant | extra (Extra type) const |
void | setExtra (Extra type, const QVariant &value) |
void | unsetExtra (Extra type) |
QGraphicsItemCache * | maybeExtraItemCache () const |
QGraphicsItemCache * | extraItemCache () const |
void | removeExtraItemCache () |
void | updatePaintedViewBoundingRects (bool updateChildren) |
void | ensureSceneTransformRecursive (QGraphicsItem **topMostDirtyItem) |
void | ensureSceneTransform () |
bool | hasTranslateOnlySceneTransform () |
void | invalidateChildrenSceneTransform () |
qreal | calcEffectiveOpacity () const |
bool | isOpacityNull () const |
bool | isFullyTransparent () const |
qreal | effectiveOpacity () const |
qreal | combineOpacityFromParent (qreal parentOpacity) const |
bool | childrenCombineOpacity () const |
bool | childrenClippedToShape () const |
bool | isInvisible () const |
void | markParentDirty (bool updateBoundingRect=false) |
void | setFocusHelper (Qt::FocusReason focusReason, bool climb, bool focusFromHide) |
void | clearFocusHelper (bool giveFocusToParent, bool hiddenByParentPanel) |
void | setSubFocus (QGraphicsItem *rootItem=nullptr, QGraphicsItem *stopItem=nullptr) |
void | clearSubFocus (QGraphicsItem *rootItem=nullptr, QGraphicsItem *stopItem=nullptr) |
void | resetFocusProxy () |
virtual void | subFocusItemChange () |
virtual void | focusScopeItemChange (bool isSubFocusItem) |
QTransform | transformToParent () const |
void | ensureSortedChildren () |
void | ensureSequentialSiblingIndex () |
void | sendScenePosChange () |
virtual void | siblingOrderChange () |
virtual qreal | width () const |
virtual void | setWidth (qreal) |
virtual void | resetWidth () |
virtual qreal | height () const |
virtual void | setHeight (qreal) |
virtual void | resetHeight () |
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 9047 of file qgraphicsitem.cpp.