Uses of Class
io.qt.widgets.QGraphicsView.DragMode
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QGraphicsView.DragMode in io.qt.widgets
Methods in io.qt.widgets that return QGraphicsView.DragMode Modifier and Type Method Description QGraphicsView.DragMode
QGraphicsView. dragMode()
static QGraphicsView.DragMode
QGraphicsView.DragMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QGraphicsView.DragMode
QGraphicsView.DragMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGraphicsView.DragMode[]
QGraphicsView.DragMode. 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.DragMode Modifier and Type Method Description void
QGraphicsView. setDragMode(QGraphicsView.DragMode mode)