Uses of Enum
io.qt.widgets.QGraphicsView.ViewportAnchor
Packages that use QGraphicsView.ViewportAnchor
-
Uses of QGraphicsView.ViewportAnchor in io.qt.widgets
Methods in io.qt.widgets that return QGraphicsView.ViewportAnchorModifier and TypeMethodDescriptionQGraphicsView.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.Methods in io.qt.widgets with parameters of type QGraphicsView.ViewportAnchorModifier and TypeMethodDescriptionfinal void
QGraphicsView.setResizeAnchor
(QGraphicsView.ViewportAnchor anchor) final void
QGraphicsView.setTransformationAnchor
(QGraphicsView.ViewportAnchor anchor)