![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 bool | removeConnection (Connection *c) |
| static QObjectPrivate * | get (QObject *o) |
| static const QObjectPrivate * | get (const QObject *o) |
| static void | deleteInOwnThread (QObject *object) |
| 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) |
Definition at line 1036 of file qopengldebug.cpp.
| QOpenGLDebugLoggerPrivate::QOpenGLDebugLoggerPrivate | ( | ) |
Definition at line 1071 of file qopengldebug.cpp.
References debugWasEnabled, initialized, isLogging, and syncDebugWasEnabled.
| QOpenGLDebugLoggerPrivate::QOpenGLDebugLoggerPrivate | ( | ) |
| void QOpenGLDebugLoggerPrivate::_q_contextAboutToBeDestroyed | ( | ) |
Definition at line 1202 of file qopengldebug.cpp.
References initialized.
| void QOpenGLDebugLoggerPrivate::_q_contextAboutToBeDestroyed | ( | ) |
| void QOpenGLDebugLoggerPrivate::controlDebugMessages | ( | QOpenGLDebugMessage::Sources | sources, |
| QOpenGLDebugMessage::Types | types, | ||
| QOpenGLDebugMessage::Severities | severities, | ||
| const QList< GLuint > & | ids, | ||
| const QByteArray & | callerName, | ||
| bool | enable ) |
Definition at line 1120 of file qopengldebug.cpp.
References GLuint(), and initialized.
| void QOpenGLDebugLoggerPrivate::controlDebugMessages | ( | QOpenGLDebugMessage::Sources | sources, |
| QOpenGLDebugMessage::Types | types, | ||
| QOpenGLDebugMessage::Severities | severities, | ||
| const QList< GLuint > & | ids, | ||
| const QByteArray & | callerName, | ||
| bool | enable ) |
| void QOpenGLDebugLoggerPrivate::handleMessage | ( | GLenum | source, |
| GLenum | type, | ||
| GLuint | id, | ||
| GLenum | severity, | ||
| GLsizei | length, | ||
| const GLchar * | rawMessage ) |
Definition at line 1092 of file qopengldebug.cpp.
| void QOpenGLDebugLoggerPrivate::handleMessage | ( | GLenum | source, |
| GLenum | type, | ||
| GLuint | id, | ||
| GLenum | severity, | ||
| GLsizei | length, | ||
| const GLchar * | rawMessage ) |
| QOpenGLContext * QOpenGLDebugLoggerPrivate::context |
Definition at line 1059 of file qopengldebug.cpp.
Referenced by testing.tools.safetynet_job.JobRun::_BuildRunMetadata(), testing.tools.safetynet_job.JobRun::_IncrementalRun(), testing.tools.safetynet_job.JobRun::_WriteCheckpoint(), testing.tools.safetynet_job.JobRun::_WriteRawJson(), and testing.tools.safetynet_job.JobRun::Run().
| bool QOpenGLDebugLoggerPrivate::debugWasEnabled |
Definition at line 1064 of file qopengldebug.cpp.
Referenced by QOpenGLDebugLoggerPrivate().
| qt_glDebugMessageCallback_t QOpenGLDebugLoggerPrivate::glDebugMessageCallback |
Definition at line 1051 of file qopengldebug.cpp.
| qt_glDebugMessageControl_t QOpenGLDebugLoggerPrivate::glDebugMessageControl |
Definition at line 1049 of file qopengldebug.cpp.
| qt_glDebugMessageInsert_t QOpenGLDebugLoggerPrivate::glDebugMessageInsert |
Definition at line 1050 of file qopengldebug.cpp.
| qt_glGetDebugMessageLog_t QOpenGLDebugLoggerPrivate::glGetDebugMessageLog |
Definition at line 1052 of file qopengldebug.cpp.
| qt_glGetPointerv_t QOpenGLDebugLoggerPrivate::glGetPointerv |
Definition at line 1055 of file qopengldebug.cpp.
| qt_glPopDebugGroup_t QOpenGLDebugLoggerPrivate::glPopDebugGroup |
Definition at line 1054 of file qopengldebug.cpp.
| qt_glPushDebugGroup_t QOpenGLDebugLoggerPrivate::glPushDebugGroup |
Definition at line 1053 of file qopengldebug.cpp.
| bool QOpenGLDebugLoggerPrivate::initialized |
Definition at line 1062 of file qopengldebug.cpp.
Referenced by QOpenGLDebugLoggerPrivate(), _q_contextAboutToBeDestroyed(), and controlDebugMessages().
| bool QOpenGLDebugLoggerPrivate::isLogging |
Definition at line 1063 of file qopengldebug.cpp.
Referenced by QOpenGLDebugLoggerPrivate().
| QOpenGLDebugLogger::LoggingMode QOpenGLDebugLoggerPrivate::loggingMode |
Definition at line 1061 of file qopengldebug.cpp.
| GLint QOpenGLDebugLoggerPrivate::maxMessageLength |
Definition at line 1060 of file qopengldebug.cpp.
| GLDEBUGPROC QOpenGLDebugLoggerPrivate::oldDebugCallbackFunction |
Definition at line 1057 of file qopengldebug.cpp.
| void * QOpenGLDebugLoggerPrivate::oldDebugCallbackParameter |
Definition at line 1058 of file qopengldebug.cpp.
| bool QOpenGLDebugLoggerPrivate::syncDebugWasEnabled |
Definition at line 1065 of file qopengldebug.cpp.
Referenced by QOpenGLDebugLoggerPrivate().