Uses of Class
io.qt.gui.QEventPoint.State
Package | Description |
---|---|
io.qt.gui |
-
Uses of QEventPoint.State in io.qt.gui
Methods in io.qt.gui that return QEventPoint.State Modifier and Type Method Description QEventPoint.State[]
QEventPoint.States. flags()
Returns an array of flag objects represented by this States.static QEventPoint.State
QEventPoint.State. resolve(byte value)
Returns the corresponding enum entry for the given value.QEventPoint.State
QEventPoint. state()
static QEventPoint.State
QEventPoint.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static QEventPoint.State[]
QEventPoint.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QEventPoint.State Modifier and Type Method Description QEventPoint.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
protected void
QTouchEvent. setTouchPointStates(QEventPoint.State... touchPointStates)
Overloaded function forQTouchEvent.setTouchPointStates(io.qt.gui.QEventPoint.States)
.Constructors in io.qt.gui with parameters of type QEventPoint.State Constructor Description QEventPoint(int pointId, QEventPoint.State state, QPointF scenePosition, QPointF globalPosition)
States(QEventPoint.State... args)
Creates a new States where the flags inargs
are set.