java.lang.Object
io.qt.QFlags<QSGSimpleTextureNode.TextureCoordinatesTransformFlag>
io.qt.quick.QSGSimpleTextureNode.TextureCoordinatesTransformMode
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<QSGSimpleTextureNode.TextureCoordinatesTransformMode>
- Enclosing class:
QSGSimpleTextureNode
public static final class QSGSimpleTextureNode.TextureCoordinatesTransformMode
extends QFlags<QSGSimpleTextureNode.TextureCoordinatesTransformFlag>
implements Comparable<QSGSimpleTextureNode.TextureCoordinatesTransformMode>
QFlags
type for enum QSGSimpleTextureNode.TextureCoordinatesTransformFlag
- See Also:
-
Constructor Summary
ConstructorDescriptionTextureCoordinatesTransformMode
(int value) Creates a new TextureCoordinatesTransformMode with givenvalue
.Creates a new TextureCoordinatesTransformMode 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 TextureCoordinatesTransformMode.Sets the flage
setFlag
(QSGSimpleTextureNode.TextureCoordinatesTransformFlag e, boolean on) Sets or clears the flagflag
-
Constructor Details
-
TextureCoordinatesTransformMode
public TextureCoordinatesTransformMode(QSGSimpleTextureNode.TextureCoordinatesTransformFlag ... args) Creates a new TextureCoordinatesTransformMode where the flags inargs
are set.- Parameters:
args
- enum entries
-
TextureCoordinatesTransformMode
public TextureCoordinatesTransformMode(int value) Creates a new TextureCoordinatesTransformMode with givenvalue
.- Parameters:
value
-
-
-
Method Details
-
combined
public final QSGSimpleTextureNode.TextureCoordinatesTransformMode combined(QSGSimpleTextureNode.TextureCoordinatesTransformFlag e) Combines this flags with enum entry.- Overrides:
combined
in classQFlags<QSGSimpleTextureNode.TextureCoordinatesTransformFlag>
- Parameters:
e
- enum entry- Returns:
- new TextureCoordinatesTransformMode
-
setFlag
public final QSGSimpleTextureNode.TextureCoordinatesTransformMode setFlag(QSGSimpleTextureNode.TextureCoordinatesTransformFlag e) Sets the flage
- Overrides:
setFlag
in classQFlags<QSGSimpleTextureNode.TextureCoordinatesTransformFlag>
- Parameters:
e
- enum entry- Returns:
- this
-
setFlag
public final QSGSimpleTextureNode.TextureCoordinatesTransformMode setFlag(QSGSimpleTextureNode.TextureCoordinatesTransformFlag e, boolean on) Sets or clears the flagflag
- Overrides:
setFlag
in classQFlags<QSGSimpleTextureNode.TextureCoordinatesTransformFlag>
- Parameters:
e
- enum entryon
- set (true) or clear (false)- Returns:
- this
-
flags
Returns an array of flag objects represented by this TextureCoordinatesTransformMode.- Overrides:
flags
in classQFlags<QSGSimpleTextureNode.TextureCoordinatesTransformFlag>
- Returns:
- array of enum entries
-
clone
Clones the flags- Overrides:
clone
in classQFlags<QSGSimpleTextureNode.TextureCoordinatesTransformFlag>
-
compareTo
- Specified by:
compareTo
in interfaceComparable<QSGSimpleTextureNode.TextureCoordinatesTransformMode>
-