Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOpenGLDebugMessagePrivate Class Reference
+ Inheritance diagram for QOpenGLDebugMessagePrivate:
+ Collaboration diagram for QOpenGLDebugMessagePrivate:

Public Member Functions

 QOpenGLDebugMessagePrivate ()
 
 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 774 of file qopengldebug.cpp.

Constructor & Destructor Documentation

◆ QOpenGLDebugMessagePrivate() [1/2]

QOpenGLDebugMessagePrivate::QOpenGLDebugMessagePrivate ( )

Definition at line 789 of file qopengldebug.cpp.

References QOpenGLDebugMessagePrivate().

Referenced by QOpenGLDebugMessagePrivate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ QOpenGLDebugMessagePrivate() [2/2]

QOpenGLDebugMessagePrivate::QOpenGLDebugMessagePrivate ( )

Member Data Documentation

◆ id

GLuint QOpenGLDebugMessagePrivate::id

Definition at line 780 of file qopengldebug.cpp.

◆ message

QString QOpenGLDebugMessagePrivate::message

◆ severity

QOpenGLDebugMessage::Severity QOpenGLDebugMessagePrivate::severity

Definition at line 783 of file qopengldebug.cpp.

◆ source

QOpenGLDebugMessage::Source QOpenGLDebugMessagePrivate::source

Definition at line 781 of file qopengldebug.cpp.

◆ type

QOpenGLDebugMessage::Type QOpenGLDebugMessagePrivate::type

Definition at line 782 of file qopengldebug.cpp.


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