Uses of Class
io.qt.gui.QPointingDevice.GrabTransition
Package | Description |
---|---|
io.qt.gui |
-
Uses of QPointingDevice.GrabTransition in io.qt.gui
Fields in io.qt.gui with type parameters of type QPointingDevice.GrabTransition Modifier and Type Field Description QObject.Signal4<QObject,QPointingDevice.GrabTransition,QPointerEvent,QEventPoint>
QPointingDevice. grabChanged
Methods in io.qt.gui that return QPointingDevice.GrabTransition Modifier and Type Method Description static QPointingDevice.GrabTransition
QPointingDevice.GrabTransition. resolve(int value)
Returns the corresponding enum entry for the given value.static QPointingDevice.GrabTransition
QPointingDevice.GrabTransition. valueOf(String name)
Returns the enum constant of this type with the specified name.static QPointingDevice.GrabTransition[]
QPointingDevice.GrabTransition. values()
Returns an array containing the constants of this enum type, in the order they are declared.