![]() |
Qt 6.x
The Qt SDK
|
#include <qgraphicsitem_p.h>
Public Member Functions | |
TransformData () | |
QTransform | computedFullTransform (QTransform *postmultiplyTransform=nullptr) const |
Public Attributes | |
QTransform | transform |
qreal | scale |
qreal | rotation |
qreal | xOrigin |
qreal | yOrigin |
QList< QGraphicsTransform * > | graphicsTransforms |
bool | onlyTransform |
Definition at line 428 of file qgraphicsitem_p.h.
|
inline |
Definition at line 438 of file qgraphicsitem_p.h.
|
inline |
Definition at line 444 of file qgraphicsitem_p.h.
References QGraphicsTransform::applyTo(), QList< T >::at(), graphicsTransforms, i, QList< T >::isEmpty(), onlyTransform, rotation, QList< T >::size(), transform, xOrigin, and yOrigin.
Referenced by QGraphicsItemPrivate::combineTransformFromParent(), QGraphicsItemPrivate::combineTransformToParent(), QGraphicsItem::deviceTransform(), QGraphicsItem::mouseMoveEvent(), and QGraphicsItemPrivate::updateSceneTransformFromParent().
QList<QGraphicsTransform *> QGraphicsItemPrivate::TransformData::graphicsTransforms |
Definition at line 435 of file qgraphicsitem_p.h.
Referenced by QGraphicsItem::~QGraphicsItem(), QGraphicsItemPrivate::appendGraphicsTransform(), computedFullTransform(), QGraphicsItemPrivate::prependGraphicsTransform(), QGraphicsTransformPrivate::setItem(), QGraphicsItem::setTransformations(), and QGraphicsItem::transformations().
bool QGraphicsItemPrivate::TransformData::onlyTransform |
Definition at line 436 of file qgraphicsitem_p.h.
Referenced by QGraphicsItemPrivate::appendGraphicsTransform(), computedFullTransform(), QGraphicsItemPrivate::prependGraphicsTransform(), QGraphicsItem::setRotation(), QGraphicsItem::setScale(), QGraphicsItem::setTransformations(), QGraphicsItem::setTransformOriginPoint(), and QGraphicsItemPrivate::updateSceneTransformFromParent().
qreal QGraphicsItemPrivate::TransformData::rotation |
Definition at line 432 of file qgraphicsitem_p.h.
Referenced by computedFullTransform(), QGraphicsItem::rotation(), and QGraphicsItem::setRotation().
qreal QGraphicsItemPrivate::TransformData::scale |
Definition at line 431 of file qgraphicsitem_p.h.
Referenced by QGraphicsItem::scale(), and QGraphicsItem::setScale().
QTransform QGraphicsItemPrivate::TransformData::transform |
Definition at line 430 of file qgraphicsitem_p.h.
Referenced by computedFullTransform(), QGraphicsItem::setTransform(), QGraphicsItemPrivate::setTransformHelper(), QGraphicsItem::transform(), and QGraphicsItemPrivate::updateSceneTransformFromParent().
qreal QGraphicsItemPrivate::TransformData::xOrigin |
Definition at line 433 of file qgraphicsitem_p.h.
Referenced by computedFullTransform(), QGraphicsItem::setTransformOriginPoint(), and QGraphicsItem::transformOriginPoint().
qreal QGraphicsItemPrivate::TransformData::yOrigin |
Definition at line 434 of file qgraphicsitem_p.h.
Referenced by computedFullTransform(), QGraphicsItem::setTransformOriginPoint(), and QGraphicsItem::transformOriginPoint().