Uses of Class
io.qt.core.Qt.TouchPointStates
-
Uses of Qt.TouchPointStates in io.qt.core
Modifier and TypeMethodDescriptionQt.TouchPointState.asFlags()
Create a QFlags of the enum entry.Qt.TouchPointState.cleared
(Qt.TouchPointState e) Excludes other enum entry from a flag of this entry.final Qt.TouchPointStates
Qt.TouchPointStates.clone()
Clones the flagsQt.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
Modifier and TypeMethodDescriptionfinal int
Qt.TouchPointStates.compareTo
(Qt.TouchPointStates other) -
Uses of Qt.TouchPointStates in io.qt.gui
Modifier and TypeMethodDescriptionfinal void
QTouchEvent.TouchPoint.setState
(Qt.TouchPointStates state) SeeQTouchEvent::TouchPoint::
setState(Qt::TouchPointStates) final void
QTouchEvent.setTouchPointStates
(Qt.TouchPointStates aTouchPointStates) SeeQTouchEvent::
setTouchPointStates(Qt::TouchPointStates) ModifierConstructorDescriptionQTouchEvent
(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<? extends QTouchEvent.TouchPoint> touchPoints)