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
qsignaldumper.cpp File Reference

(c60db318836cf22b0f00b78ea189ba33fcf7b1c7)

#include <QtTest/private/qsignaldumper_p.h>
#include <QtCore/qlist.h>
#include <QtCore/qmetaobject.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qobject.h>
#include <QtCore/qvariant.h>
#include <QtTest/private/qtestlog_p.h>
#include <QtCore/private/qmetaobject_p.h>
Include dependency graph for qsignaldumper.cpp:

Go to the source code of this file.

Namespaces

namespace  QTest
 [15]

Enumerations

enum  { QTest::IndentSpacesCount = 4 , QTest::IndentSpacesCount = 4 }
enum  { QTest::IndentSpacesCount = 4 , QTest::IndentSpacesCount = 4 }

Functions

static void QTest::qPrintMessage (const QByteArray &ba)
static bool QTest::classIsIgnored (const char *className)
static void QTest::qSignalDumperCallback (QObject *caller, int signal_index, void **argv)
static void QTest::qSignalDumperCallbackSlot (QObject *caller, int method_index, void **argv)
static void QTest::qSignalDumperCallbackEndSignal (QObject *caller, int)

Variables

static Q_CONSTINIT QBasicMutex QTest::ignoreClassesMutex
Q_CONSTINIT thread_local int QTest::iLevel = 0
Q_CONSTINIT thread_local int QTest::ignoreLevel = 0