Uses of Enum
io.qt.quick.QSGSimpleTextureNode.TextureCoordinatesTransformFlag
Packages that use QSGSimpleTextureNode.TextureCoordinatesTransformFlag
-
Uses of QSGSimpleTextureNode.TextureCoordinatesTransformFlag in io.qt.quick
Methods in io.qt.quick that return QSGSimpleTextureNode.TextureCoordinatesTransformFlagModifier and TypeMethodDescriptionQSGSimpleTextureNode.TextureCoordinatesTransformMode.flags()Returns an array of flag objects represented by this TextureCoordinatesTransformMode.QSGSimpleTextureNode.TextureCoordinatesTransformFlag.resolve(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QSGSimpleTextureNode.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 QSGSimpleTextureNode.TextureCoordinatesTransformFlagModifier and TypeMethodDescriptionQSGSimpleTextureNode.TextureCoordinatesTransformFlag.cleared(QSGSimpleTextureNode.TextureCoordinatesTransformFlag e) Excludes other enum entry from a flag of this entry.QSGSimpleTextureNode.TextureCoordinatesTransformFlag.combined(QSGSimpleTextureNode.TextureCoordinatesTransformFlag e) Combines this entry with other enum entry.QSGSimpleTextureNode.TextureCoordinatesTransformMode.combined(QSGSimpleTextureNode.TextureCoordinatesTransformFlag e) Combines this flags with enum entry.QSGSimpleTextureNode.TextureCoordinatesTransformFlag.flags(QSGSimpleTextureNode.TextureCoordinatesTransformFlag ... values) Creates a newQSGSimpleTextureNode.TextureCoordinatesTransformModefrom the entries.QSGSimpleTextureNode.TextureCoordinatesTransformMode.setFlag(QSGSimpleTextureNode.TextureCoordinatesTransformFlag e) Sets the flageQSGSimpleTextureNode.TextureCoordinatesTransformMode.setFlag(QSGSimpleTextureNode.TextureCoordinatesTransformFlag e, boolean on) Sets or clears the flagflagfinal voidQSGSimpleTextureNode.setTextureCoordinatesTransform(QSGSimpleTextureNode.TextureCoordinatesTransformFlag ... mode) Constructors in io.qt.quick with parameters of type QSGSimpleTextureNode.TextureCoordinatesTransformFlagModifierConstructorDescriptionCreates a new TextureCoordinatesTransformMode where the flags inargsare set.