Uses of Class
io.qt.gui.QEventPoint.States
Package | Description |
---|---|
io.qt.gui |
-
Uses of QEventPoint.States in io.qt.gui
Methods in io.qt.gui that return QEventPoint.States Modifier and Type Method Description QEventPoint.States
QEventPoint.State. asFlags()
Create a QFlags of the enum entry.QEventPoint.States
QEventPoint.States. clone()
Clones the flagsQEventPoint.States
QEventPoint.State. combined(QEventPoint.State e)
Combines this entry with other enum entry.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.QEventPoint.States
QEventPoint.States. setFlag(QEventPoint.State e)
Sets the flage
QEventPoint.States
QEventPoint.States. setFlag(QEventPoint.State e, boolean on)
Sets or clears the flagflag
QEventPoint.States
QTouchEvent. touchPointStates()
Methods in io.qt.gui with parameters of type QEventPoint.States Modifier and Type Method Description int
QEventPoint.States. compareTo(QEventPoint.States other)
protected void
QTouchEvent. setTouchPointStates(QEventPoint.States touchPointStates)
Constructors in io.qt.gui with parameters of type QEventPoint.States Constructor Description QTouchEvent(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