Uses of Enum
io.qt.core.Qt.TouchPointState
-
Uses of Qt.TouchPointState in io.qt.core
Modifier and TypeMethodDescriptionfinal Qt.TouchPointState []
Qt.TouchPointStates.flags()
Returns an array of flag objects represented by this TouchPointStates.static Qt.TouchPointState
Qt.TouchPointState.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.TouchPointState
Returns the enum constant of this type with the specified name.static Qt.TouchPointState[]
Qt.TouchPointState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQt.TouchPointState.cleared
(Qt.TouchPointState e) Excludes other enum entry from a flag of this entry.Qt.TouchPointState.combined
(Qt.TouchPointState e) Combines this entry with other enum entry.final Qt.TouchPointStates
Qt.TouchPointStates.combined
(Qt.TouchPointState e) Combines this flags with enum entry.static Qt.TouchPointStates
Qt.TouchPointState.flags
(Qt.TouchPointState ... values) Creates a newQt.TouchPointStates
from the entries.final Qt.TouchPointStates
Qt.TouchPointStates.setFlag
(Qt.TouchPointState e) Sets the flage
final Qt.TouchPointStates
Qt.TouchPointStates.setFlag
(Qt.TouchPointState e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionTouchPointStates
(Qt.TouchPointState ... args) Creates a new TouchPointStates where the flags inargs
are set. -
Uses of Qt.TouchPointState in io.qt.gui
Modifier and TypeMethodDescriptionfinal void
QTouchEvent.TouchPoint.setState
(Qt.TouchPointState ... state) Overloaded function forQTouchEvent.TouchPoint.setState(io.qt.core.Qt.TouchPointStates)
.final void
QTouchEvent.setTouchPointStates
(Qt.TouchPointState ... aTouchPointStates) Overloaded function forQTouchEvent.setTouchPointStates(io.qt.core.Qt.TouchPointStates)
.