Uses of Enum
io.qt.gui.QTouchEvent.TouchPoint.InfoFlag
Packages that use QTouchEvent.TouchPoint.InfoFlag
-
Uses of QTouchEvent.TouchPoint.InfoFlag in io.qt.gui
Methods in io.qt.gui that return QTouchEvent.TouchPoint.InfoFlagModifier and TypeMethodDescriptionfinal QTouchEvent.TouchPoint.InfoFlag[]
QTouchEvent.TouchPoint.InfoFlags.flags()
Returns an array of flag objects represented by this InfoFlags.QTouchEvent.TouchPoint.InfoFlag.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QTouchEvent.TouchPoint.InfoFlag[]
QTouchEvent.TouchPoint.InfoFlag.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 QTouchEvent.TouchPoint.InfoFlagModifier and TypeMethodDescriptionQTouchEvent.TouchPoint.InfoFlag.combined
(QTouchEvent.TouchPoint.InfoFlag e) Combines this entry with other enum entry.QTouchEvent.TouchPoint.InfoFlags.combined
(QTouchEvent.TouchPoint.InfoFlag e) Combines this flags with enum entry.QTouchEvent.TouchPoint.InfoFlag.flags
(QTouchEvent.TouchPoint.InfoFlag... values) Creates a newQTouchEvent.TouchPoint.InfoFlags
from the entries.QTouchEvent.TouchPoint.InfoFlags.setFlag
(QTouchEvent.TouchPoint.InfoFlag e) Sets the flage
QTouchEvent.TouchPoint.InfoFlags.setFlag
(QTouchEvent.TouchPoint.InfoFlag e, boolean on) Sets or clears the flagflag
final void
QTouchEvent.TouchPoint.setFlags
(QTouchEvent.TouchPoint.InfoFlag... flags) Overloaded function forQTouchEvent.TouchPoint.setFlags(io.qt.gui.QTouchEvent.TouchPoint.InfoFlags)
.Constructors in io.qt.gui with parameters of type QTouchEvent.TouchPoint.InfoFlagModifierConstructorDescriptionInfoFlags
(QTouchEvent.TouchPoint.InfoFlag... args) Creates a new InfoFlags where the flags inargs
are set.