Uses of Class
io.qt.core.Qt.TouchPointState
Package | Description |
---|---|
io.qt.core | |
io.qt.gui |
-
Uses of Qt.TouchPointState in io.qt.core
Methods in io.qt.core that return Qt.TouchPointState Modifier and Type Method Description 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
Qt.TouchPointState. valueOf(String name)
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.Methods in io.qt.core with parameters of type Qt.TouchPointState Modifier and Type Method Description Qt.TouchPointStates
Qt.TouchPointState. combined(Qt.TouchPointState e)
Combines this entry with other enum entry.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.Qt.TouchPointStates
Qt.TouchPointStates. setFlag(Qt.TouchPointState e)
Sets the flage
Qt.TouchPointStates
Qt.TouchPointStates. setFlag(Qt.TouchPointState e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.core with parameters of type Qt.TouchPointState Constructor Description TouchPointStates(Qt.TouchPointState... args)
Creates a new TouchPointStates where the flags inargs
are set. -
Uses of Qt.TouchPointState in io.qt.gui
Methods in io.qt.gui that return Qt.TouchPointState Modifier and Type Method Description Qt.TouchPointState
QTouchEvent.TouchPoint. state()
Methods in io.qt.gui with parameters of type Qt.TouchPointState Modifier and Type Method Description void
QTouchEvent.TouchPoint. setState(Qt.TouchPointState... state)
Overloaded function forQTouchEvent.TouchPoint.setState(io.qt.core.Qt.TouchPointStates)
.void
QTouchEvent. setTouchPointStates(Qt.TouchPointState... aTouchPointStates)
Overloaded function forQTouchEvent.setTouchPointStates(io.qt.core.Qt.TouchPointStates)
.