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.QEventPoint.State.cleared
(QEventPoint.State e) Excludes other enum entry from a flag of this 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) SeeQTouchEvent::
m_touchPointStates ModifierConstructorDescriptionQTouchEvent
(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) SeeQTouchEvent::
QTouchEvent(QEvent::Type, const QPointingDevice*, Qt::KeyboardModifiers, QEventPoint::States, QList<QEventPoint>)