![]() |
Qt 6.x
The Qt SDK
|
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().
|
inlinestatic |
Definition at line 88 of file qtestlog.cpp.
References list.
Referenced by QTestLog::clearIgnoreMessages().
Definition at line 124 of file qtestlog.cpp.
References stringsMatch().
|
inlinestatic |
Definition at line 110 of file qtestlog.cpp.
References expected.
Referenced by matches().
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.