Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QOpenGLDebugMessagePrivate Class Reference
+ Inheritance diagram for QOpenGLDebugMessagePrivate:
+ Collaboration diagram for QOpenGLDebugMessagePrivate:

Public Member Functions

 QOpenGLDebugMessagePrivate ()
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

QString message
 
GLuint id
 
QOpenGLDebugMessage::Source source
 
QOpenGLDebugMessage::Type type
 
QOpenGLDebugMessage::Severity severity
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 776 of file qopengldebug.cpp.

Constructor & Destructor Documentation

◆ QOpenGLDebugMessagePrivate()

QOpenGLDebugMessagePrivate::QOpenGLDebugMessagePrivate ( )

Definition at line 791 of file qopengldebug.cpp.

Member Data Documentation

◆ id

GLuint QOpenGLDebugMessagePrivate::id

Definition at line 782 of file qopengldebug.cpp.

Referenced by QOpenGLDebugMessage::id(), and QOpenGLDebugMessage::operator==().

◆ message

◆ severity

QOpenGLDebugMessage::Severity QOpenGLDebugMessagePrivate::severity

◆ source

◆ type

QOpenGLDebugMessage::Type QOpenGLDebugMessagePrivate::type

Definition at line 784 of file qopengldebug.cpp.

Referenced by QOpenGLDebugMessage::operator==(), and QOpenGLDebugMessage::type().


The documentation for this class was generated from the following file: