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 List<QGraphicsTransform>
QAbstractGraphicsShapeItem. transformations()
List<QGraphicsTransform>
QGraphicsItem.Impl. transformations()
default List<QGraphicsTransform>
QGraphicsItem. transformations()
List<QGraphicsTransform>
QGraphicsItemGroup. transformations()
List<QGraphicsTransform>
QGraphicsLineItem. transformations()
List<QGraphicsTransform>
QGraphicsObject. transformations()
List<QGraphicsTransform>
QGraphicsPixmapItem. transformations()
Method parameters in io.qt.widgets with type arguments of type QGraphicsTransform Modifier and Type Method Description void
QAbstractGraphicsShapeItem. setTransformations(Collection<QGraphicsTransform> transformations)
void
QGraphicsItem.Impl. setTransformations(Collection<QGraphicsTransform> transformations)
default void
QGraphicsItem. setTransformations(Collection<QGraphicsTransform> transformations)
void
QGraphicsItemGroup. setTransformations(Collection<QGraphicsTransform> transformations)
void
QGraphicsLineItem. setTransformations(Collection<QGraphicsTransform> transformations)
void
QGraphicsObject. setTransformations(Collection<QGraphicsTransform> transformations)
void
QGraphicsPixmapItem. setTransformations(Collection<QGraphicsTransform> transformations)