Uses of Enum
io.qt.gui.QEventPoint.State
Packages that use QEventPoint.State
-
Uses of QEventPoint.State in io.qt.gui
Methods in io.qt.gui that return QEventPoint.StateModifier and TypeMethodDescriptionfinal 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.final QEventPoint.State
QEventPoint.state()
static QEventPoint.State
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.StateModifier and TypeMethodDescriptionQEventPoint.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
protected final 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.StateModifierConstructorDescriptionQEventPoint
(int pointId, QEventPoint.State state, QPointF scenePosition, QPointF globalPosition) States
(QEventPoint.State... args) Creates a new States where the flags inargs
are set.