Uses of Enum
io.qt.quick.QSGImageNode.TextureCoordinatesTransformFlag
Packages that use QSGImageNode.TextureCoordinatesTransformFlag
-
Uses of QSGImageNode.TextureCoordinatesTransformFlag in io.qt.quick
Methods in io.qt.quick that return QSGImageNode.TextureCoordinatesTransformFlagModifier and TypeMethodDescriptionQSGImageNode.TextureCoordinatesTransformMode.flags()
Returns an array of flag objects represented by this TextureCoordinatesTransformMode.QSGImageNode.TextureCoordinatesTransformFlag.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QSGImageNode.TextureCoordinatesTransformFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.quick with parameters of type QSGImageNode.TextureCoordinatesTransformFlagModifier and TypeMethodDescriptionQSGImageNode.TextureCoordinatesTransformFlag.cleared
(QSGImageNode.TextureCoordinatesTransformFlag e) Excludes other enum entry from a flag of this entry.QSGImageNode.TextureCoordinatesTransformFlag.combined
(QSGImageNode.TextureCoordinatesTransformFlag e) Combines this entry with other enum entry.QSGImageNode.TextureCoordinatesTransformMode.combined
(QSGImageNode.TextureCoordinatesTransformFlag e) Combines this flags with enum entry.QSGImageNode.TextureCoordinatesTransformFlag.flags
(QSGImageNode.TextureCoordinatesTransformFlag ... values) Creates a newQSGImageNode.TextureCoordinatesTransformMode
from the entries.static void
QSGImageNode.rebuildGeometry
(QSGGeometry g, QSGTexture texture, QRectF rect, QRectF sourceRect, QSGImageNode.TextureCoordinatesTransformFlag ... texCoordMode) static void
QSGImageNode.rebuildGeometry
(QSGGeometry g, QSGTexture texture, QRectF rect, QRect sourceRect, QSGImageNode.TextureCoordinatesTransformFlag ... texCoordMode) static void
QSGImageNode.rebuildGeometry
(QSGGeometry g, QSGTexture texture, QRect rect, QRectF sourceRect, QSGImageNode.TextureCoordinatesTransformFlag ... texCoordMode) static void
QSGImageNode.rebuildGeometry
(QSGGeometry g, QSGTexture texture, QRect rect, QRect sourceRect, QSGImageNode.TextureCoordinatesTransformFlag ... texCoordMode) QSGImageNode.TextureCoordinatesTransformMode.setFlag
(QSGImageNode.TextureCoordinatesTransformFlag e) Sets the flage
QSGImageNode.TextureCoordinatesTransformMode.setFlag
(QSGImageNode.TextureCoordinatesTransformFlag e, boolean on) Sets or clears the flagflag
final void
QSGImageNode.setTextureCoordinatesTransform
(QSGImageNode.TextureCoordinatesTransformFlag ... mode) Constructors in io.qt.quick with parameters of type QSGImageNode.TextureCoordinatesTransformFlagModifierConstructorDescriptionCreates a new TextureCoordinatesTransformMode where the flags inargs
are set.