java.lang.Object
io.qt.QFlags<QWindowsWindowFunctions.TouchWindowTouchType>
io.qt.gui.QWindowsWindowFunctions.TouchWindowTouchTypes
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<QWindowsWindowFunctions.TouchWindowTouchTypes>
- Enclosing class:
- QWindowsWindowFunctions
public static final class QWindowsWindowFunctions.TouchWindowTouchTypes extends QFlags<QWindowsWindowFunctions.TouchWindowTouchType> implements Comparable<QWindowsWindowFunctions.TouchWindowTouchTypes>
QFlags type for enum
QWindowsWindowFunctions.TouchWindowTouchType
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TouchWindowTouchTypes(int value)
Creates a new TouchWindowTouchTypes with givenvalue
.TouchWindowTouchTypes(QWindowsWindowFunctions.TouchWindowTouchType... args)
Creates a new TouchWindowTouchTypes where the flags inargs
are set. -
Method Summary
Modifier and Type Method Description QWindowsWindowFunctions.TouchWindowTouchTypes
clone()
Clones the flagsQWindowsWindowFunctions.TouchWindowTouchTypes
combined(QWindowsWindowFunctions.TouchWindowTouchType e)
Combines this flags with enum entry.int
compareTo(QWindowsWindowFunctions.TouchWindowTouchTypes other)
QWindowsWindowFunctions.TouchWindowTouchType[]
flags()
Returns an array of flag objects represented by this TouchWindowTouchTypes.QWindowsWindowFunctions.TouchWindowTouchTypes
setFlag(QWindowsWindowFunctions.TouchWindowTouchType e)
Sets the flage
QWindowsWindowFunctions.TouchWindowTouchTypes
setFlag(QWindowsWindowFunctions.TouchWindowTouchType e, boolean on)
Sets or clears the flagflag
-
Constructor Details
-
TouchWindowTouchTypes
Creates a new TouchWindowTouchTypes where the flags inargs
are set.- Parameters:
args
- enum entries
-
TouchWindowTouchTypes
public TouchWindowTouchTypes(int value)Creates a new TouchWindowTouchTypes with givenvalue
.- Parameters:
value
-
-
-
Method Details
-
combined
public final QWindowsWindowFunctions.TouchWindowTouchTypes combined(QWindowsWindowFunctions.TouchWindowTouchType e)Combines this flags with enum entry.- Overrides:
combined
in classQFlags<QWindowsWindowFunctions.TouchWindowTouchType>
- Parameters:
e
- enum entry- Returns:
- new TouchWindowTouchTypes
-
setFlag
public final QWindowsWindowFunctions.TouchWindowTouchTypes setFlag(QWindowsWindowFunctions.TouchWindowTouchType e)Sets the flage
- Overrides:
setFlag
in classQFlags<QWindowsWindowFunctions.TouchWindowTouchType>
- Parameters:
e
- enum entry- Returns:
- this
-
setFlag
public final QWindowsWindowFunctions.TouchWindowTouchTypes setFlag(QWindowsWindowFunctions.TouchWindowTouchType e, boolean on)Sets or clears the flagflag
- Overrides:
setFlag
in classQFlags<QWindowsWindowFunctions.TouchWindowTouchType>
- Parameters:
e
- enum entryon
- set (true) or clear (false)- Returns:
- this
-
flags
Returns an array of flag objects represented by this TouchWindowTouchTypes.- Overrides:
flags
in classQFlags<QWindowsWindowFunctions.TouchWindowTouchType>
- Returns:
- array of enum entries
-
clone
Clones the flags- Overrides:
clone
in classQFlags<QWindowsWindowFunctions.TouchWindowTouchType>
-
compareTo
- Specified by:
compareTo
in interfaceComparable<QWindowsWindowFunctions.TouchWindowTouchTypes>
-