Qt 4.8
|
#include <qgraphicsitem_p.h>
Public Functions | |
QTransform | computedFullTransform (QTransform *postmultiplyTransform=0) const |
TransformData () | |
Public Variables | |
QList< QGraphicsTransform * > | graphicsTransforms |
bool | onlyTransform |
qreal | rotation |
qreal | scale |
QTransform | transform |
qreal | xOrigin |
qreal | yOrigin |
Definition at line 596 of file qgraphicsitem_p.h.
|
inline |
Definition at line 606 of file qgraphicsitem_p.h.
|
inline |
Definition at line 612 of file qgraphicsitem_p.h.
Referenced by QGraphicsItem::deviceTransform(), and QGraphicsItem::mouseMoveEvent().
QList<QGraphicsTransform *> QGraphicsItemPrivate::TransformData::graphicsTransforms |
Definition at line 603 of file qgraphicsitem_p.h.
Referenced by QGraphicsItemPrivate::appendGraphicsTransform(), QGraphicsItemPrivate::prependGraphicsTransform(), QGraphicsTransformPrivate::setItem(), QGraphicsItem::setTransformations(), QDeclarativeItemPrivate::transform_at(), QDeclarativeItemPrivate::transform_count(), QGraphicsItem::transformations(), and QGraphicsItem::~QGraphicsItem().
bool QGraphicsItemPrivate::TransformData::onlyTransform |
Definition at line 604 of file qgraphicsitem_p.h.
Referenced by QGraphicsItem::setRotation(), QGraphicsItem::setScale(), QGraphicsItem::setTransformations(), and QGraphicsItem::setTransformOriginPoint().
qreal QGraphicsItemPrivate::TransformData::rotation |
Definition at line 600 of file qgraphicsitem_p.h.
Referenced by QGraphicsItem::rotation(), and QGraphicsItem::setRotation().
qreal QGraphicsItemPrivate::TransformData::scale |
Definition at line 599 of file qgraphicsitem_p.h.
Referenced by QGraphicsItem::scale(), and QGraphicsItem::setScale().
QTransform QGraphicsItemPrivate::TransformData::transform |
Definition at line 598 of file qgraphicsitem_p.h.
Referenced by QGraphicsItem::setMatrix(), QGraphicsItem::setTransform(), and QGraphicsItem::transform().
qreal QGraphicsItemPrivate::TransformData::xOrigin |
Definition at line 601 of file qgraphicsitem_p.h.
Referenced by QGraphicsItem::setTransformOriginPoint(), and QGraphicsItem::transformOriginPoint().
qreal QGraphicsItemPrivate::TransformData::yOrigin |
Definition at line 602 of file qgraphicsitem_p.h.
Referenced by QGraphicsItem::setTransformOriginPoint(), and QGraphicsItem::transformOriginPoint().