Uses of Enum
io.qt.opengl.QOpenGLTexture.Feature
Packages that use QOpenGLTexture.Feature
-
Uses of QOpenGLTexture.Feature in io.qt.opengl
Methods 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.Feature
QOpenGLTexture.Feature.resolve
(int value) Returns the corresponding enum entry for the given value.static QOpenGLTexture.Feature
Returns 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.combined
(QOpenGLTexture.Feature e) Combines this entry with other enum entry.final QOpenGLTexture.Features
QOpenGLTexture.Features.combined
(QOpenGLTexture.Feature e) Combines this flags with enum entry.static QOpenGLTexture.Features
QOpenGLTexture.Feature.flags
(QOpenGLTexture.Feature... values) Creates a newQOpenGLTexture.Features
from the entries.static boolean
QOpenGLTexture.hasFeature
(QOpenGLTexture.Feature feature) final QOpenGLTexture.Features
QOpenGLTexture.Features.setFlag
(QOpenGLTexture.Feature e) Sets the flage
final QOpenGLTexture.Features
QOpenGLTexture.Features.setFlag
(QOpenGLTexture.Feature e, boolean on) Sets or clears the flagflag
Constructors in io.qt.opengl with parameters of type QOpenGLTexture.FeatureModifierConstructorDescriptionFeatures
(QOpenGLTexture.Feature... args) Creates a new Features where the flags inargs
are set.