Uses of Class
io.qt.core.Qt.TouchPointStates
Package | Description |
---|---|
io.qt.core | |
io.qt.gui |
-
Uses of Qt.TouchPointStates in io.qt.core
Methods in io.qt.core that return Qt.TouchPointStates Modifier and Type Method Description Qt.TouchPointStates
Qt.TouchPointState. asFlags()
Create a QFlags of the enum entry.Qt.TouchPointStates
Qt.TouchPointStates. clone()
Clones the flagsQt.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
Methods in io.qt.core with parameters of type Qt.TouchPointStates Modifier and Type Method Description int
Qt.TouchPointStates. compareTo(Qt.TouchPointStates other)
-
Uses of Qt.TouchPointStates in io.qt.gui
Methods in io.qt.gui that return Qt.TouchPointStates Modifier and Type Method Description Qt.TouchPointStates
QTouchEvent. touchPointStates()
Methods in io.qt.gui with parameters of type Qt.TouchPointStates Modifier and Type Method Description void
QTouchEvent.TouchPoint. setState(Qt.TouchPointStates state)
void
QTouchEvent. setTouchPointStates(Qt.TouchPointStates aTouchPointStates)
Constructors in io.qt.gui with parameters of type Qt.TouchPointStates Constructor Description QTouchEvent(QEvent.Type eventType, QTouchDevice device, Qt.KeyboardModifiers modifiers, Qt.TouchPointStates touchPointStates)
Overloaded constructor forQTouchEvent(io.qt.core.QEvent.Type, io.qt.gui.QTouchDevice, io.qt.core.Qt.KeyboardModifiers, io.qt.core.Qt.TouchPointStates, java.util.Collection)
withtouchPoints = java.util.Collections.emptyList()
.QTouchEvent(QEvent.Type eventType, QTouchDevice device, Qt.KeyboardModifiers modifiers, Qt.TouchPointStates touchPointStates, Collection<QTouchEvent.TouchPoint> touchPoints)