Uses of Enum
io.qt.quick.QSGRendererInterface.ShaderSourceType
Packages that use QSGRendererInterface.ShaderSourceType
-
Uses of QSGRendererInterface.ShaderSourceType in io.qt.quick
Methods in io.qt.quick that return QSGRendererInterface.ShaderSourceTypeModifier and TypeMethodDescriptionQSGRendererInterface.ShaderSourceTypes.flags()Returns an array of flag objects represented by this ShaderSourceTypes.QSGRendererInterface.ShaderSourceType.resolve(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QSGRendererInterface.ShaderSourceType.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 QSGRendererInterface.ShaderSourceTypeModifier and TypeMethodDescriptionQSGRendererInterface.ShaderSourceType.combined(QSGRendererInterface.ShaderSourceType e) Combines this entry with other enum entry.QSGRendererInterface.ShaderSourceTypes.combined(QSGRendererInterface.ShaderSourceType e) Combines this flags with enum entry.QSGRendererInterface.ShaderSourceType.flags(QSGRendererInterface.ShaderSourceType... values) Creates a newQSGRendererInterface.ShaderSourceTypesfrom the entries.QSGRendererInterface.ShaderSourceTypes.setFlag(QSGRendererInterface.ShaderSourceType e) Sets the flageQSGRendererInterface.ShaderSourceTypes.setFlag(QSGRendererInterface.ShaderSourceType e, boolean on) Sets or clears the flagflagConstructors in io.qt.quick with parameters of type QSGRendererInterface.ShaderSourceTypeModifierConstructorDescriptionCreates a new ShaderSourceTypes where the flags inargsare set.