Uses of Enum
io.qt.gui.nativeinterface.QWindowsApplication.TouchWindowTouchType
Packages that use QWindowsApplication.TouchWindowTouchType
-
Uses of QWindowsApplication.TouchWindowTouchType in io.qt.gui.nativeinterface
Methods in io.qt.gui.nativeinterface that return QWindowsApplication.TouchWindowTouchTypeModifier and TypeMethodDescriptionQWindowsApplication.TouchWindowTouchTypes.flags()
Returns an array of flag objects represented by this TouchWindowTouchTypes.QWindowsApplication.TouchWindowTouchType.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QWindowsApplication.TouchWindowTouchType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui.nativeinterface with parameters of type QWindowsApplication.TouchWindowTouchTypeModifier and TypeMethodDescriptionQWindowsApplication.TouchWindowTouchType.combined
(QWindowsApplication.TouchWindowTouchType e) Combines this entry with other enum entry.QWindowsApplication.TouchWindowTouchTypes.combined
(QWindowsApplication.TouchWindowTouchType e) Combines this flags with enum entry.QWindowsApplication.TouchWindowTouchType.flags
(QWindowsApplication.TouchWindowTouchType... values) Creates a newQWindowsApplication.TouchWindowTouchTypes
from the entries.QWindowsApplication.TouchWindowTouchTypes.setFlag
(QWindowsApplication.TouchWindowTouchType e) Sets the flage
QWindowsApplication.TouchWindowTouchTypes.setFlag
(QWindowsApplication.TouchWindowTouchType e, boolean on) Sets or clears the flagflag
Constructors in io.qt.gui.nativeinterface with parameters of type QWindowsApplication.TouchWindowTouchTypeModifierConstructorDescriptionCreates a new TouchWindowTouchTypes where the flags inargs
are set.