Uses of Enum
io.qt.widgets.QGraphicsView.ViewportAnchor
-
Uses of QGraphicsView.ViewportAnchor in io.qt.widgets
Modifier and TypeMethodDescriptionQGraphicsView.getResizeAnchor()
Kotlin property getter.QGraphicsView.getTransformationAnchor()
Kotlin property getter.QGraphicsView.resizeAnchor()
static QGraphicsView.ViewportAnchor
QGraphicsView.ViewportAnchor.resolve
(int value) Returns the corresponding enum entry for the given value.QGraphicsView.transformationAnchor()
static QGraphicsView.ViewportAnchor
Returns the enum constant of this type with the specified name.static QGraphicsView.ViewportAnchor[]
QGraphicsView.ViewportAnchor.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
QGraphicsView.setResizeAnchor
(QGraphicsView.ViewportAnchor anchor) final void
QGraphicsView.setTransformationAnchor
(QGraphicsView.ViewportAnchor anchor)