![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
IgnoreResultList (QtMsgType tp, const QVariant &patternIn) | |
bool | matches (QtMsgType tp, const QString &message) const |
IgnoreResultList (QtMsgType tp, const QVariant &patternIn) | |
bool | matches (QtMsgType tp, const QString &message) const |
Static Public Member Functions | |
static void | clearList (IgnoreResultList *&list) |
static void | append (IgnoreResultList *&list, QtMsgType type, const QVariant &patternIn) |
static bool | stringsMatch (const QString &expected, const QString &actual) |
static void | clearList (IgnoreResultList *&list) |
static void | append (IgnoreResultList *&list, QtMsgType type, const QVariant &patternIn) |
static bool | stringsMatch (const QString &expected, const QString &actual) |
Public Attributes | |
QtMsgType | type |
QVariant | pattern |
IgnoreResultList * | next = nullptr |
Definition at line 146 of file qtestlog.cpp.
Definition at line 148 of file qtestlog.cpp.
References IgnoreResultList().
Referenced by IgnoreResultList().
Definition at line 148 of file qtestlog.cpp.
|
inlinestatic |
Definition at line 160 of file qtestlog.cpp.
References next.
|
inlinestatic |
Definition at line 160 of file qtestlog.cpp.
|
inlinestatic |
Definition at line 151 of file qtestlog.cpp.
References next.
|
inlinestatic |
Definition at line 151 of file qtestlog.cpp.
Definition at line 187 of file qtestlog.cpp.
Definition at line 187 of file qtestlog.cpp.
|
inlinestatic |
Definition at line 173 of file qtestlog.cpp.
|
inlinestatic |
Definition at line 173 of file qtestlog.cpp.
IgnoreResultList * QTest::IgnoreResultList::next = nullptr |
Definition at line 201 of file qtestlog.cpp.
Referenced by append(), clearList(), and QTest::handleIgnoredMessage().
QVariant QTest::IgnoreResultList::pattern |
Definition at line 200 of file qtestlog.cpp.
QtMsgType QTest::IgnoreResultList::type |
Definition at line 199 of file qtestlog.cpp.