![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QTest::IgnoreResultList:Public Member Functions | |
| 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) |
Public Attributes | |
| QtMsgType | type |
| QVariant | pattern |
| IgnoreResultList * | next = nullptr |
Definition at line 83 of file qtestlog.cpp.
Definition at line 85 of file qtestlog.cpp.
|
inlinestatic |
Definition at line 97 of file qtestlog.cpp.
References item, list, and next.
Referenced by QTestLog::ignoreMessage().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 88 of file qtestlog.cpp.
References list.
Referenced by QTestLog::clearIgnoreMessages().
Here is the caller graph for this function:Definition at line 124 of file qtestlog.cpp.
References stringsMatch().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 110 of file qtestlog.cpp.
References expected.
Referenced by matches().
Here is the caller graph for this function:| IgnoreResultList* QTest::IgnoreResultList::next = nullptr |
Definition at line 138 of file qtestlog.cpp.
Referenced by append(), and QTest::handleIgnoredMessage().
| QVariant QTest::IgnoreResultList::pattern |
Definition at line 137 of file qtestlog.cpp.
| QtMsgType QTest::IgnoreResultList::type |
Definition at line 136 of file qtestlog.cpp.