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