Uses of Class
io.qt.widgets.QGraphicsTransform
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QGraphicsTransform in io.qt.widgets
Subclasses of QGraphicsTransform in io.qt.widgets Modifier and Type Class Description class
QGraphicsRotation
Rotation transformation around a given axisclass
QGraphicsScale
Scale transformationMethods in io.qt.widgets that return types with arguments of type QGraphicsTransform Modifier and Type Method Description QList<QGraphicsTransform>
QAbstractGraphicsShapeItem. transformations()
See QGraphicsItem::QList<QGraphicsTransform>
QGraphicsItem.Impl. transformations()
See QGraphicsItem::default QList<QGraphicsTransform>
QGraphicsItem. transformations()
QList<QGraphicsTransform>
QGraphicsItemGroup. transformations()
See QGraphicsItem::QList<QGraphicsTransform>
QGraphicsLineItem. transformations()
See QGraphicsItem::QList<QGraphicsTransform>
QGraphicsObject. transformations()
See QGraphicsItem::QList<QGraphicsTransform>
QGraphicsPixmapItem. transformations()
See QGraphicsItem::Method parameters in io.qt.widgets with type arguments of type QGraphicsTransform Modifier and Type Method Description void
QAbstractGraphicsShapeItem. setTransformations(Collection<QGraphicsTransform> transformations)
See QGraphicsItem::void
QGraphicsItem.Impl. setTransformations(Collection<QGraphicsTransform> transformations)
See QGraphicsItem::default void
QGraphicsItem. setTransformations(Collection<QGraphicsTransform> transformations)
void
QGraphicsItemGroup. setTransformations(Collection<QGraphicsTransform> transformations)
See QGraphicsItem::void
QGraphicsLineItem. setTransformations(Collection<QGraphicsTransform> transformations)
See QGraphicsItem::void
QGraphicsObject. setTransformations(Collection<QGraphicsTransform> transformations)
See QGraphicsItem::void
QGraphicsPixmapItem. setTransformations(Collection<QGraphicsTransform> transformations)
See QGraphicsItem::