Uses of Class
io.qt.quick.QSGSimpleTextureNode.TextureCoordinatesTransformFlag
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGSimpleTextureNode.TextureCoordinatesTransformFlag in io.qt.quick
Methods in io.qt.quick that return QSGSimpleTextureNode.TextureCoordinatesTransformFlag Modifier and Type Method Description QSGSimpleTextureNode.TextureCoordinatesTransformFlag[]
QSGSimpleTextureNode.TextureCoordinatesTransformMode. flags()
Returns an array of flag objects represented by this TextureCoordinatesTransformMode.static QSGSimpleTextureNode.TextureCoordinatesTransformFlag
QSGSimpleTextureNode.TextureCoordinatesTransformFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QSGSimpleTextureNode.TextureCoordinatesTransformFlag
QSGSimpleTextureNode.TextureCoordinatesTransformFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSGSimpleTextureNode.TextureCoordinatesTransformFlag[]
QSGSimpleTextureNode.TextureCoordinatesTransformFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.quick with parameters of type QSGSimpleTextureNode.TextureCoordinatesTransformFlag Constructor Description TextureCoordinatesTransformMode(QSGSimpleTextureNode.TextureCoordinatesTransformFlag... args)
Creates a new TextureCoordinatesTransformMode where the flags inargs
are set.