Uses of Class
io.qt.gui.QOpenGLFunctions.OpenGLFeature
Package | Description |
---|---|
io.qt.gui |
-
Uses of QOpenGLFunctions.OpenGLFeature in io.qt.gui
Methods in io.qt.gui that return QOpenGLFunctions.OpenGLFeature Modifier and Type Method Description QOpenGLFunctions.OpenGLFeature[]
QOpenGLFunctions.OpenGLFeatures. flags()
Returns an array of flag objects represented by this OpenGLFeatures.static QOpenGLFunctions.OpenGLFeature
QOpenGLFunctions.OpenGLFeature. resolve(int value)
Returns the corresponding enum entry for the given value.static QOpenGLFunctions.OpenGLFeature
QOpenGLFunctions.OpenGLFeature. valueOf(String name)
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.OpenGLFeature Modifier and Type Method Description QOpenGLFunctions.OpenGLFeatures
QOpenGLFunctions.OpenGLFeature. combined(QOpenGLFunctions.OpenGLFeature e)
Combines this entry with other enum entry.QOpenGLFunctions.OpenGLFeatures
QOpenGLFunctions.OpenGLFeatures. combined(QOpenGLFunctions.OpenGLFeature e)
Combines this flags with enum entry.static QOpenGLFunctions.OpenGLFeatures
QOpenGLFunctions.OpenGLFeature. flags(QOpenGLFunctions.OpenGLFeature... values)
Creates a newQOpenGLFunctions.OpenGLFeatures
from the entries.boolean
QOpenGLFunctions. hasOpenGLFeature(QOpenGLFunctions.OpenGLFeature feature)
QOpenGLFunctions.OpenGLFeatures
QOpenGLFunctions.OpenGLFeatures. setFlag(QOpenGLFunctions.OpenGLFeature e)
Sets the flage
QOpenGLFunctions.OpenGLFeatures
QOpenGLFunctions.OpenGLFeatures. setFlag(QOpenGLFunctions.OpenGLFeature e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.gui with parameters of type QOpenGLFunctions.OpenGLFeature Constructor Description OpenGLFeatures(QOpenGLFunctions.OpenGLFeature... args)
Creates a new OpenGLFeatures where the flags inargs
are set.