Uses of Enum
io.qt.gui.QWindowsWindowFunctions.TouchWindowTouchType
Packages that use QWindowsWindowFunctions.TouchWindowTouchType
-
Uses of QWindowsWindowFunctions.TouchWindowTouchType in io.qt.gui
Methods in io.qt.gui that return QWindowsWindowFunctions.TouchWindowTouchTypeModifier and TypeMethodDescriptionQWindowsWindowFunctions.TouchWindowTouchTypes.flags()
Returns an array of flag objects represented by this TouchWindowTouchTypes.QWindowsWindowFunctions.TouchWindowTouchType.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QWindowsWindowFunctions.TouchWindowTouchType.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 QWindowsWindowFunctions.TouchWindowTouchTypeModifier and TypeMethodDescriptionQWindowsWindowFunctions.TouchWindowTouchType.cleared
(QWindowsWindowFunctions.TouchWindowTouchType e) Excludes other enum entry from a flag of this entry.QWindowsWindowFunctions.TouchWindowTouchType.combined
(QWindowsWindowFunctions.TouchWindowTouchType e) Combines this entry with other enum entry.QWindowsWindowFunctions.TouchWindowTouchTypes.combined
(QWindowsWindowFunctions.TouchWindowTouchType e) Combines this flags with enum entry.QWindowsWindowFunctions.TouchWindowTouchType.flags
(QWindowsWindowFunctions.TouchWindowTouchType ... values) Creates a newQWindowsWindowFunctions.TouchWindowTouchTypes
from the entries.QWindowsWindowFunctions.TouchWindowTouchTypes.setFlag
(QWindowsWindowFunctions.TouchWindowTouchType e) Sets the flage
QWindowsWindowFunctions.TouchWindowTouchTypes.setFlag
(QWindowsWindowFunctions.TouchWindowTouchType e, boolean on) Sets or clears the flagflag
static void
QWindowsWindowFunctions.setTouchWindowTouchType
(QWindow window, QWindowsWindowFunctions.TouchWindowTouchType ... type) Constructors in io.qt.gui with parameters of type QWindowsWindowFunctions.TouchWindowTouchTypeModifierConstructorDescriptionCreates a new TouchWindowTouchTypes where the flags inargs
are set.