Uses of Enum
io.qt.opengl.QOpenGLDebugMessage.Source
-
Uses of QOpenGLDebugMessage.Source in io.qt.opengl
Subclasses with type arguments of type QOpenGLDebugMessage.Source in io.qt.openglModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQOpenGLDebugMessage::Sourcestatic final classQFlagstype for enumQOpenGLDebugMessage.SourceMethods 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.SourceQOpenGLDebugMessage.Source.resolve(int value) Returns the corresponding enum entry for the given value.QOpenGLDebugMessage.source()static QOpenGLDebugMessage.SourceReturns 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.SourcesQOpenGLDebugMessage.Source.flags(QOpenGLDebugMessage.Source ... values) Creates a newQOpenGLDebugMessage.Sourcesfrom the entries.final voidQOpenGLDebugLogger.pushGroup(String name, int id, QOpenGLDebugMessage.Source source) QOpenGLDebugMessage.Sources.setFlag(QOpenGLDebugMessage.Source e) Sets the flageQOpenGLDebugMessage.Sources.setFlag(QOpenGLDebugMessage.Source e, boolean on) Sets or clears the flagflagConstructors in io.qt.opengl with parameters of type QOpenGLDebugMessage.SourceModifierConstructorDescriptionSources(QOpenGLDebugMessage.Source ... args) Creates a new Sources where the flags inargsare set.