QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QOpenGLDebugLoggerPrivate Class Reference
Inheritance diagram for QOpenGLDebugLoggerPrivate:
Inheritance graph
[legend]
Collaboration diagram for QOpenGLDebugLoggerPrivate:
Collaboration graph
[legend]

Public Member Functions

 QOpenGLDebugLoggerPrivate ()
 
void handleMessage (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *rawMessage)
 
void controlDebugMessages (QOpenGLDebugMessage::Sources sources, QOpenGLDebugMessage::Types types, QOpenGLDebugMessage::Severities severities, const QList< GLuint > &ids, const QByteArray &callerName, bool enable)
 
void _q_contextAboutToBeDestroyed ()
 
- Public Member Functions inherited from QObjectPrivate
 QObjectPrivate (int version=QObjectPrivateVersion)
 
virtual ~QObjectPrivate ()
 
void deleteChildren ()
 
void clearBindingStorage ()
 
void checkForIncompatibleLibraryVersion (int version) const
 
void setParent_helper (QObject *)
 
void moveToThread_helper ()
 
void setThreadData_helper (QThreadData *currentData, QThreadData *targetData)
 
void _q_reregisterTimers (void *pointer)
 
bool isSender (const QObject *receiver, const char *signal) const
 
QObjectList receiverList (const char *signal) const
 
QObjectList senderList () const
 
void addConnection (int signal, Connection *c)
 
int signalIndex (const char *signalName, const QMetaObject **meta=nullptr) const
 
bool isSignalConnected (uint signalIdx, bool checkDeclarative=true) const
 
bool maybeSignalConnected (uint signalIndex) const
 
bool isDeclarativeSignalConnected (uint signalIdx) const
 
void connectNotify (const QMetaMethod &signal)
 
void disconnectNotify (const QMetaMethod &signal)
 
void ensureConnectionData ()
 
- Public Member Functions inherited from QObjectData
 QObjectData ()=default
 
virtual ~QObjectData ()=0
 
QMetaObjectdynamicMetaObject () const
 

Public Attributes

qt_glDebugMessageControl_t glDebugMessageControl
 
qt_glDebugMessageInsert_t glDebugMessageInsert
 
qt_glDebugMessageCallback_t glDebugMessageCallback
 
qt_glGetDebugMessageLog_t glGetDebugMessageLog
 
qt_glPushDebugGroup_t glPushDebugGroup
 
qt_glPopDebugGroup_t glPopDebugGroup
 
qt_glGetPointerv_t glGetPointerv
 
GLDEBUGPROC oldDebugCallbackFunction
 
voidoldDebugCallbackParameter
 
QOpenGLContextcontext
 
GLint maxMessageLength
 
QOpenGLDebugLogger::LoggingMode loggingMode
 
bool initialized: 1
 
bool isLogging: 1
 
bool debugWasEnabled: 1
 
bool syncDebugWasEnabled: 1
 
- Public Attributes inherited from QObjectPrivate
ExtraDataextraData
 
QAtomicPointer< QThreadDatathreadData
 
QAtomicPointer< ConnectionDataconnections
 
union {
   QObject *   currentChildBeingDeleted
 
   QAbstractDeclarativeData *   declarativeData
 
}; 
 
QAtomicPointer< QtSharedPointer::ExternalRefCountDatasharedRefcount
 
- Public Attributes inherited from QObjectData
QObjectq_ptr
 
QObjectparent
 
QObjectList children
 
uint isWidget: 1
 
uint blockSig: 1
 
uint wasDeleted: 1
 
uint isDeletingChildren: 1
 
uint sendChildEvents: 1
 
uint receiveChildEvents: 1
 
uint isWindow: 1
 
uint deleteLaterCalled: 1
 
uint unused: 24
 
int postedEvents
 
QDynamicMetaObjectDatametaObject
 
QBindingStorage bindingStorage
 

Additional Inherited Members

- Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
 
using ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData >
 
- Static Public Member Functions inherited from QObjectPrivate
static QObjectPrivateget (QObject *o)
 
static const QObjectPrivateget (const QObject *o)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot)
 
static QMetaObject::Connection connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject)
 
static QMetaObject::Connection connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
 
static QMetaObject::Connection connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
 
static bool disconnect (const QObject *sender, int signal_index, void **slot)
 
static bool disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot)
 
static bool disconnect (Connection *c)
 

Detailed Description

Definition at line 1073 of file qopengldebug.cpp.

Constructor & Destructor Documentation

◆ QOpenGLDebugLoggerPrivate()

QOpenGLDebugLoggerPrivate::QOpenGLDebugLoggerPrivate ( )

Definition at line 1108 of file qopengldebug.cpp.

Member Function Documentation

◆ _q_contextAboutToBeDestroyed()

void QOpenGLDebugLoggerPrivate::_q_contextAboutToBeDestroyed ( )

Definition at line 1239 of file qopengldebug.cpp.

Here is the call graph for this function:

◆ controlDebugMessages()

void QOpenGLDebugLoggerPrivate::controlDebugMessages ( QOpenGLDebugMessage::Sources  sources,
QOpenGLDebugMessage::Types  types,
QOpenGLDebugMessage::Severities  severities,
const QList< GLuint > &  ids,
const QByteArray callerName,
bool  enable 
)

Definition at line 1157 of file qopengldebug.cpp.

Here is the call graph for this function:

◆ handleMessage()

void QOpenGLDebugLoggerPrivate::handleMessage ( GLenum  source,
GLenum  type,
GLuint  id,
GLenum  severity,
GLsizei  length,
const GLchar rawMessage 
)

Definition at line 1129 of file qopengldebug.cpp.

Member Data Documentation

◆ context

QOpenGLContext* QOpenGLDebugLoggerPrivate::context

Definition at line 1096 of file qopengldebug.cpp.

◆ debugWasEnabled

bool QOpenGLDebugLoggerPrivate::debugWasEnabled

Definition at line 1101 of file qopengldebug.cpp.

◆ glDebugMessageCallback

qt_glDebugMessageCallback_t QOpenGLDebugLoggerPrivate::glDebugMessageCallback

Definition at line 1088 of file qopengldebug.cpp.

◆ glDebugMessageControl

qt_glDebugMessageControl_t QOpenGLDebugLoggerPrivate::glDebugMessageControl

Definition at line 1086 of file qopengldebug.cpp.

◆ glDebugMessageInsert

qt_glDebugMessageInsert_t QOpenGLDebugLoggerPrivate::glDebugMessageInsert

Definition at line 1087 of file qopengldebug.cpp.

◆ glGetDebugMessageLog

qt_glGetDebugMessageLog_t QOpenGLDebugLoggerPrivate::glGetDebugMessageLog

Definition at line 1089 of file qopengldebug.cpp.

◆ glGetPointerv

qt_glGetPointerv_t QOpenGLDebugLoggerPrivate::glGetPointerv

Definition at line 1092 of file qopengldebug.cpp.

◆ glPopDebugGroup

qt_glPopDebugGroup_t QOpenGLDebugLoggerPrivate::glPopDebugGroup

Definition at line 1091 of file qopengldebug.cpp.

◆ glPushDebugGroup

qt_glPushDebugGroup_t QOpenGLDebugLoggerPrivate::glPushDebugGroup

Definition at line 1090 of file qopengldebug.cpp.

◆ initialized

bool QOpenGLDebugLoggerPrivate::initialized

Definition at line 1099 of file qopengldebug.cpp.

◆ isLogging

bool QOpenGLDebugLoggerPrivate::isLogging

Definition at line 1100 of file qopengldebug.cpp.

◆ loggingMode

QOpenGLDebugLogger::LoggingMode QOpenGLDebugLoggerPrivate::loggingMode

Definition at line 1098 of file qopengldebug.cpp.

◆ maxMessageLength

GLint QOpenGLDebugLoggerPrivate::maxMessageLength

Definition at line 1097 of file qopengldebug.cpp.

◆ oldDebugCallbackFunction

GLDEBUGPROC QOpenGLDebugLoggerPrivate::oldDebugCallbackFunction

Definition at line 1094 of file qopengldebug.cpp.

◆ oldDebugCallbackParameter

void* QOpenGLDebugLoggerPrivate::oldDebugCallbackParameter

Definition at line 1095 of file qopengldebug.cpp.

◆ syncDebugWasEnabled

bool QOpenGLDebugLoggerPrivate::syncDebugWasEnabled

Definition at line 1102 of file qopengldebug.cpp.


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