Uses of Enum
io.qt.gui.QOpenGLFunctions.OpenGLFeature
Packages that use QOpenGLFunctions.OpenGLFeature
-
Uses of QOpenGLFunctions.OpenGLFeature in io.qt.gui
Methods in io.qt.gui that return QOpenGLFunctions.OpenGLFeatureModifier and TypeMethodDescriptionfinal QOpenGLFunctions.OpenGLFeature[]
QOpenGLFunctions.OpenGLFeatures.flags()
Returns an array of flag objects represented by this OpenGLFeatures.QOpenGLFunctions.OpenGLFeature.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QOpenGLFunctions.OpenGLFeature[]
QOpenGLFunctions.OpenGLFeature.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QOpenGLFunctions.OpenGLFeatureModifier and TypeMethodDescriptionQOpenGLFunctions.OpenGLFeature.combined
(QOpenGLFunctions.OpenGLFeature e) Combines this entry with other enum entry.QOpenGLFunctions.OpenGLFeatures.combined
(QOpenGLFunctions.OpenGLFeature e) Combines this flags with enum entry.QOpenGLFunctions.OpenGLFeature.flags
(QOpenGLFunctions.OpenGLFeature... values) Creates a newQOpenGLFunctions.OpenGLFeatures
from the entries.final boolean
QOpenGLFunctions.hasOpenGLFeature
(QOpenGLFunctions.OpenGLFeature feature) QOpenGLFunctions.OpenGLFeatures.setFlag
(QOpenGLFunctions.OpenGLFeature e) Sets the flage
QOpenGLFunctions.OpenGLFeatures.setFlag
(QOpenGLFunctions.OpenGLFeature e, boolean on) Sets or clears the flagflag
Constructors in io.qt.gui with parameters of type QOpenGLFunctions.OpenGLFeatureModifierConstructorDescriptionCreates a new OpenGLFeatures where the flags inargs
are set.