![]() |
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 147 of file qtestlog.cpp.
Definition at line 149 of file qtestlog.cpp.
References IgnoreResultList().
Referenced by IgnoreResultList().
Definition at line 149 of file qtestlog.cpp.
|
inlinestatic |
Definition at line 161 of file qtestlog.cpp.
References next.
|
inlinestatic |
Definition at line 161 of file qtestlog.cpp.
|
inlinestatic |
Definition at line 152 of file qtestlog.cpp.
References next.
|
inlinestatic |
Definition at line 152 of file qtestlog.cpp.
Definition at line 188 of file qtestlog.cpp.
Definition at line 188 of file qtestlog.cpp.
|
inlinestatic |
Definition at line 174 of file qtestlog.cpp.
|
inlinestatic |
Definition at line 174 of file qtestlog.cpp.
| IgnoreResultList * QTest::IgnoreResultList::next = nullptr |
Definition at line 202 of file qtestlog.cpp.
Referenced by append(), clearList(), and QTest::handleIgnoredMessage().
| QVariant QTest::IgnoreResultList::pattern |
Definition at line 201 of file qtestlog.cpp.
| QtMsgType QTest::IgnoreResultList::type |
Definition at line 200 of file qtestlog.cpp.