Uses of Class
io.qt.gui.QEventPoint.States
-
Uses of QEventPoint.States in io.qt.gui
Modifier and TypeMethodDescriptionQEventPoint.State.asFlags()
Create a QFlags of the enum entry.final QEventPoint.States
QEventPoint.States.clone()
Clones the flagsQEventPoint.State.combined
(QEventPoint.State e) Combines this entry with other enum entry.final QEventPoint.States
QEventPoint.States.combined
(QEventPoint.State e) Combines this flags with enum entry.static QEventPoint.States
QEventPoint.State.flags
(QEventPoint.State... values) Creates a newQEventPoint.States
from the entries.final QEventPoint.States
QEventPoint.States.setFlag
(QEventPoint.State e) Sets the flage
final QEventPoint.States
QEventPoint.States.setFlag
(QEventPoint.State e, boolean on) Sets or clears the flagflag
final QEventPoint.States
QTouchEvent.touchPointStates()
Modifier and TypeMethodDescriptionfinal int
QEventPoint.States.compareTo
(QEventPoint.States other) protected final void
QTouchEvent.setTouchPointStates
(QEventPoint.States touchPointStates) ModifierConstructorDescriptionQTouchEvent
(QEvent.Type eventType, QPointingDevice device, Qt.KeyboardModifiers modifiers, QEventPoint.States touchPointStates) Deprecated.Use another constructorQTouchEvent
(QEvent.Type eventType, QPointingDevice device, Qt.KeyboardModifiers modifiers, QEventPoint.States touchPointStates, Collection<QEventPoint> touchPoints) Deprecated.Use another constructor