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.ViewportAnchorQGraphicsView.ViewportAnchor.resolve(int value) Returns the corresponding enum entry for the given value.QGraphicsView.transformationAnchor()static QGraphicsView.ViewportAnchorReturns 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 voidQGraphicsView.setResizeAnchor(QGraphicsView.ViewportAnchor anchor) final voidQGraphicsView.setTransformationAnchor(QGraphicsView.ViewportAnchor anchor)