Uses of Class
io.qt.gui.QEventPoint.States
Packages that use QEventPoint.States
-
Uses of QEventPoint.States in io.qt.gui
Methods in io.qt.gui that return QEventPoint.StatesModifier and TypeMethodDescriptionQEventPoint.State.asFlags()Create a QFlags of the enum entry.QEventPoint.State.cleared(QEventPoint.State e) Excludes other enum entry from a flag of this entry.final QEventPoint.StatesQEventPoint.States.clone()Clones the flagsQEventPoint.State.combined(QEventPoint.State e) Combines this entry with other enum entry.final QEventPoint.StatesQEventPoint.States.combined(QEventPoint.State e) Combines this flags with enum entry.static QEventPoint.StatesQEventPoint.State.flags(QEventPoint.State ... values) Creates a newQEventPoint.Statesfrom the entries.final QEventPoint.StatesQEventPoint.States.setFlag(QEventPoint.State e) Sets the flagefinal QEventPoint.StatesQEventPoint.States.setFlag(QEventPoint.State e, boolean on) Sets or clears the flagflagfinal QEventPoint.StatesQTouchEvent.touchPointStates()Methods in io.qt.gui with parameters of type QEventPoint.StatesModifier and TypeMethodDescriptionfinal intQEventPoint.States.compareTo(QEventPoint.States other) protected final voidQTouchEvent.setTouchPointStates(QEventPoint.States touchPointStates) SeeQTouchEvent::m_touchPointStates Constructors in io.qt.gui with parameters of type QEventPoint.StatesModifierConstructorDescriptionQTouchEvent(QEvent.Type eventType, QPointingDevice device, Qt.KeyboardModifiers modifiers, QEventPoint.States touchPointStates) Overloaded constructor forQTouchEvent(io.qt.core.QEvent.Type, io.qt.gui.QPointingDevice, io.qt.core.Qt.KeyboardModifiers, io.qt.gui.QEventPoint.States, java.util.Collection)withtouchPoints = java.util.Collections.emptyList().QTouchEvent(QEvent.Type eventType, QPointingDevice device, Qt.KeyboardModifiers modifiers, QEventPoint.States touchPointStates, Collection<? extends QEventPoint> touchPoints)