Uses of Class
io.qt.quick.QSGImageNode.TextureCoordinatesTransformFlag
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGImageNode.TextureCoordinatesTransformFlag in io.qt.quick
Methods in io.qt.quick that return QSGImageNode.TextureCoordinatesTransformFlag Modifier and Type Method Description QSGImageNode.TextureCoordinatesTransformFlag[]
QSGImageNode.TextureCoordinatesTransformMode. flags()
Returns an array of flag objects represented by this TextureCoordinatesTransformMode.static QSGImageNode.TextureCoordinatesTransformFlag
QSGImageNode.TextureCoordinatesTransformFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QSGImageNode.TextureCoordinatesTransformFlag
QSGImageNode.TextureCoordinatesTransformFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSGImageNode.TextureCoordinatesTransformFlag[]
QSGImageNode.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 QSGImageNode.TextureCoordinatesTransformFlag Constructor Description TextureCoordinatesTransformMode(QSGImageNode.TextureCoordinatesTransformFlag... args)
Creates a new TextureCoordinatesTransformMode where the flags inargs
are set.