Uses of Class
io.qt.gui.QWindowsWindowFunctions.TouchWindowTouchType
Package | Description |
---|---|
io.qt.gui |
-
Uses of QWindowsWindowFunctions.TouchWindowTouchType in io.qt.gui
Methods in io.qt.gui that return QWindowsWindowFunctions.TouchWindowTouchType Modifier and Type Method Description QWindowsWindowFunctions.TouchWindowTouchType[]
QWindowsWindowFunctions.TouchWindowTouchTypes. flags()
Returns an array of flag objects represented by this TouchWindowTouchTypes.static QWindowsWindowFunctions.TouchWindowTouchType
QWindowsWindowFunctions.TouchWindowTouchType. resolve(int value)
Returns the corresponding enum entry for the given value.static QWindowsWindowFunctions.TouchWindowTouchType
QWindowsWindowFunctions.TouchWindowTouchType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QWindowsWindowFunctions.TouchWindowTouchType[]
QWindowsWindowFunctions.TouchWindowTouchType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.gui with parameters of type QWindowsWindowFunctions.TouchWindowTouchType Constructor Description TouchWindowTouchTypes(QWindowsWindowFunctions.TouchWindowTouchType... args)
Creates a new TouchWindowTouchTypes where the flags inargs
are set.