- 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:
-
Constructor Summary
ConstructorDescriptionFlags
(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 TypeMethodDescriptionfinal QSGNode.Flags
clone()
Clones the flagsfinal QSGNode.Flags
Combines this flags with enum entry.final int
compareTo
(QSGNode.Flags other) final QSGNode.Flag []
flags()
Returns an array of flag objects represented by this Flags.final QSGNode.Flags
Sets the flage
final QSGNode.Flags
setFlag
(QSGNode.Flag e, boolean on) Sets or clears the flagflag
-
Constructor Details
-
Flags
Creates a new Flags where the flags inargs
are set.- Parameters:
args
- enum entries
-
Flags
public Flags(int value) Creates a new Flags with givenvalue
.- Parameters:
value
-
-
-
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>
-