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.cleared(QWindowsApplication.TouchWindowTouchType e) Excludes other enum entry from a flag of this entry.QWindowsApplication.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.TouchWindowTouchTypesfrom the entries.QWindowsApplication.TouchWindowTouchTypes.setFlag(QWindowsApplication.TouchWindowTouchType e) Sets the flageQWindowsApplication.TouchWindowTouchTypes.setFlag(QWindowsApplication.TouchWindowTouchType e, boolean on) Sets or clears the flagflagfinal voidQWindowsApplication.Impl.setTouchWindowTouchType(QWindowsApplication.TouchWindowTouchType ... type) default voidQWindowsApplication.setTouchWindowTouchType(QWindowsApplication.TouchWindowTouchType ... type) Constructors in io.qt.gui.nativeinterface with parameters of type QWindowsApplication.TouchWindowTouchTypeModifierConstructorDescriptionCreates a new TouchWindowTouchTypes where the flags inargsare set.