Uses of Class
io.qt.widgets.QGraphicsView.ViewportAnchor
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QGraphicsView.ViewportAnchor in io.qt.widgets
Methods in io.qt.widgets that return QGraphicsView.ViewportAnchor Modifier and Type Method Description QGraphicsView.ViewportAnchor
QGraphicsView. resizeAnchor()
static QGraphicsView.ViewportAnchor
QGraphicsView.ViewportAnchor. resolve(int value)
Returns the corresponding enum entry for the given value.QGraphicsView.ViewportAnchor
QGraphicsView. transformationAnchor()
static QGraphicsView.ViewportAnchor
QGraphicsView.ViewportAnchor. valueOf(String name)
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.ViewportAnchor Modifier and Type Method Description void
QGraphicsView. setResizeAnchor(QGraphicsView.ViewportAnchor anchor)
void
QGraphicsView. setTransformationAnchor(QGraphicsView.ViewportAnchor anchor)