Uses of Enum
io.qt.opengl.QOpenGLDebugMessage.Source
Packages that use QOpenGLDebugMessage.Source
-
Uses of QOpenGLDebugMessage.Source in io.qt.opengl
Methods in io.qt.opengl that return QOpenGLDebugMessage.SourceModifier and TypeMethodDescriptionfinal QOpenGLDebugMessage.Source []
QOpenGLDebugMessage.Sources.flags()
Returns an array of flag objects represented by this Sources.static QOpenGLDebugMessage.Source
QOpenGLDebugMessage.Source.resolve
(int value) Returns the corresponding enum entry for the given value.QOpenGLDebugMessage.source()
static QOpenGLDebugMessage.Source
Returns the enum constant of this type with the specified name.static QOpenGLDebugMessage.Source[]
QOpenGLDebugMessage.Source.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 QOpenGLDebugMessage.SourceModifier and TypeMethodDescriptionQOpenGLDebugMessage.Source.cleared
(QOpenGLDebugMessage.Source e) Excludes other enum entry from a flag of this entry.QOpenGLDebugMessage.Source.combined
(QOpenGLDebugMessage.Source e) Combines this entry with other enum entry.QOpenGLDebugMessage.Sources.combined
(QOpenGLDebugMessage.Source e) Combines this flags with enum entry.static QOpenGLDebugMessage.Sources
QOpenGLDebugMessage.Source.flags
(QOpenGLDebugMessage.Source ... values) Creates a newQOpenGLDebugMessage.Sources
from the entries.final void
QOpenGLDebugLogger.pushGroup
(String name, int id, QOpenGLDebugMessage.Source source) QOpenGLDebugMessage.Sources.setFlag
(QOpenGLDebugMessage.Source e) Sets the flage
QOpenGLDebugMessage.Sources.setFlag
(QOpenGLDebugMessage.Source e, boolean on) Sets or clears the flagflag
Constructors in io.qt.opengl with parameters of type QOpenGLDebugMessage.SourceModifierConstructorDescriptionSources
(QOpenGLDebugMessage.Source ... args) Creates a new Sources where the flags inargs
are set.