Uses of Enum
io.qt.opengl.QOpenGLTexture.Feature
-
Uses of QOpenGLTexture.Feature in io.qt.opengl
Subclasses with type arguments of type QOpenGLTexture.Feature in io.qt.openglModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQOpenGLTexture::Featurestatic final classQFlagstype for enumQOpenGLTexture.FeatureMethods in io.qt.opengl that return QOpenGLTexture.FeatureModifier and TypeMethodDescriptionfinal QOpenGLTexture.Feature []QOpenGLTexture.Features.flags()Returns an array of flag objects represented by this Features.static QOpenGLTexture.FeatureQOpenGLTexture.Feature.resolve(int value) Returns the corresponding enum entry for the given value.static QOpenGLTexture.FeatureReturns the enum constant of this type with the specified name.static QOpenGLTexture.Feature[]QOpenGLTexture.Feature.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.opengl with parameters of type QOpenGLTexture.FeatureModifier and TypeMethodDescriptionQOpenGLTexture.Feature.cleared(QOpenGLTexture.Feature e) Excludes other enum entry from a flag of this entry.QOpenGLTexture.Feature.combined(QOpenGLTexture.Feature e) Combines this entry with other enum entry.final QOpenGLTexture.FeaturesQOpenGLTexture.Features.combined(QOpenGLTexture.Feature e) Combines this flags with enum entry.static QOpenGLTexture.FeaturesQOpenGLTexture.Feature.flags(QOpenGLTexture.Feature ... values) Creates a newQOpenGLTexture.Featuresfrom the entries.static booleanQOpenGLTexture.hasFeature(QOpenGLTexture.Feature feature) final QOpenGLTexture.FeaturesQOpenGLTexture.Features.setFlag(QOpenGLTexture.Feature e) Sets the flagefinal QOpenGLTexture.FeaturesQOpenGLTexture.Features.setFlag(QOpenGLTexture.Feature e, boolean on) Sets or clears the flagflagConstructors in io.qt.opengl with parameters of type QOpenGLTexture.FeatureModifierConstructorDescriptionFeatures(QOpenGLTexture.Feature ... args) Creates a new Features where the flags inargsare set.