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:
-
Constructor Summary
ConstructorDescriptionTouchWindowTouchTypes
(int value) Creates a new TouchWindowTouchTypes with givenvalue
.Creates a new TouchWindowTouchTypes where the flags inargs
are set. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Clones the flagsCombines this flags with enum entry.final int
flags()
Returns an array of flag objects represented by this TouchWindowTouchTypes.Sets the flage
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>
-