- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<QSGMaterialShader.Flags>
- Enclosing class:
QSGMaterialShader
public static final class QSGMaterialShader.Flags
extends QFlags<QSGMaterialShader.Flag>
implements Comparable<QSGMaterialShader.Flags>
QFlags
type for enum QSGMaterialShader.Flag
- See Also:
-
Constructor Summary
ConstructorDescriptionFlags()
Creates a new Flags.Flags
(int value) Creates a new Flags with givenvalue
.Flags
(QSGMaterialShader.Flag ... args) Creates a new Flags where the flags inargs
are set. -
Method Summary
Modifier and TypeMethodDescriptionfinal QSGMaterialShader.Flags
clone()
Clones the flagsfinal QSGMaterialShader.Flags
Combines this flags with enum entry.final int
compareTo
(QSGMaterialShader.Flags other) final QSGMaterialShader.Flag []
flags()
Returns an array of flag objects represented by this Flags.final QSGMaterialShader.Flags
Sets the flage
final QSGMaterialShader.Flags
setFlag
(QSGMaterialShader.Flag e, boolean on) Sets or clears the flagflag
final void
setValue
(int value) Sets the value of this QFlags.final int
value()
Returns the value of this QFlags.
-
Constructor Details
-
Flags
public Flags()Creates a new Flags. -
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<QSGMaterialShader.Flag>
- Parameters:
e
- enum entry- Returns:
- new Flags
-
setFlag
Sets the flage
- Overrides:
setFlag
in classQFlags<QSGMaterialShader.Flag>
- Parameters:
e
- enum entry- Returns:
- this
-
setFlag
Sets or clears the flagflag
- Overrides:
setFlag
in classQFlags<QSGMaterialShader.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<QSGMaterialShader.Flag>
- Returns:
- array of enum entries
-
clone
Clones the flags- Overrides:
clone
in classQFlags<QSGMaterialShader.Flag>
-
compareTo
- Specified by:
compareTo
in interfaceComparable<QSGMaterialShader.Flags>
-
value
public final int value()Returns the value of this QFlags. -
setValue
public final void setValue(int value) Sets the value of this QFlags.- Parameters:
value
- new value
-