Uses of Enum
io.qt.quick.QSGMaterialRhiShader.Flag
Packages that use QSGMaterialRhiShader.Flag
-
Uses of QSGMaterialRhiShader.Flag in io.qt.quick
Methods in io.qt.quick that return QSGMaterialRhiShader.FlagModifier and TypeMethodDescriptionfinal QSGMaterialRhiShader.Flag []QSGMaterialRhiShader.Flags.flags()Returns an array of flag objects represented by this Flags.static QSGMaterialRhiShader.FlagQSGMaterialRhiShader.Flag.resolve(int value) Returns the corresponding enum entry for the given value.static QSGMaterialRhiShader.FlagReturns the enum constant of this type with the specified name.static QSGMaterialRhiShader.Flag[]QSGMaterialRhiShader.Flag.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 QSGMaterialRhiShader.FlagModifier and TypeMethodDescriptionQSGMaterialRhiShader.Flag.cleared(QSGMaterialRhiShader.Flag e) Excludes other enum entry from a flag of this entry.QSGMaterialRhiShader.Flag.combined(QSGMaterialRhiShader.Flag e) Combines this entry with other enum entry.QSGMaterialRhiShader.Flags.combined(QSGMaterialRhiShader.Flag e) Combines this flags with enum entry.static QSGMaterialRhiShader.FlagsQSGMaterialRhiShader.Flag.flags(QSGMaterialRhiShader.Flag ... values) Creates a newQSGMaterialRhiShader.Flagsfrom the entries.QSGMaterialRhiShader.Flags.setFlag(QSGMaterialRhiShader.Flag e) Sets the flageQSGMaterialRhiShader.Flags.setFlag(QSGMaterialRhiShader.Flag e, boolean on) Sets or clears the flagflagConstructors in io.qt.quick with parameters of type QSGMaterialRhiShader.FlagModifierConstructorDescriptionFlags(QSGMaterialRhiShader.Flag ... args) Creates a new Flags where the flags inargsare set.