![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsloggingutils_p.h>
Collaboration diagram for QQmlJS::LoggerCategoryPrivate:Public Member Functions | |
| LoggerWarningId | id () const |
| void | setLevel (QtMsgType) |
| void | setIgnored (bool) |
| QString | name () const |
| QString | settingsName () const |
| QString | description () const |
| QtMsgType | level () const |
| bool | isIgnored () const |
| bool | isDefault () const |
| bool | hasChanged () const |
| bool | operator== (const LoggerWarningId warningId) const |
Static Public Member Functions | |
| static LoggerCategoryPrivate * | get (LoggerCategory *) |
Friends | |
| class | QT_PREPEND_NAMESPACE (QQmlJS::LoggerCategory) |
| bool | operator== (const LoggerCategoryPrivate &lhs, const LoggerCategoryPrivate &rhs) |
| bool | operator!= (const LoggerCategoryPrivate &lhs, const LoggerCategoryPrivate &rhs) |
Definition at line 26 of file qqmljsloggingutils_p.h.
| QString QQmlJS::LoggerCategoryPrivate::description | ( | ) | const |
|
static |
Definition at line 120 of file qqmljsloggingutils.cpp.
References Q_ASSERT.
Referenced by QQmlJSLinter::lintFile().
Here is the caller graph for this function:| bool QQmlJS::LoggerCategoryPrivate::hasChanged | ( | ) | const |
Definition at line 115 of file qqmljsloggingutils.cpp.
Referenced by QQmlJSLinter::lintFile().
Here is the caller graph for this function:
|
inline |
Definition at line 31 of file qqmljsloggingutils_p.h.
| bool QQmlJS::LoggerCategoryPrivate::isDefault | ( | ) | const |
| bool QQmlJS::LoggerCategoryPrivate::isIgnored | ( | ) | const |
| QtMsgType QQmlJS::LoggerCategoryPrivate::level | ( | ) | const |
| QString QQmlJS::LoggerCategoryPrivate::name | ( | ) | const |
|
inline |
Definition at line 55 of file qqmljsloggingutils_p.h.
References QQmlJS::LoggerWarningId::name().
Here is the call graph for this function:| void QQmlJS::LoggerCategoryPrivate::setIgnored | ( | bool | isIgnored | ) |
Definition at line 106 of file qqmljsloggingutils.cpp.
References isIgnored().
Here is the call graph for this function:Definition at line 91 of file qqmljsloggingutils.cpp.
| QString QQmlJS::LoggerCategoryPrivate::settingsName | ( | ) | const |
|
friend |
Definition at line 50 of file qqmljsloggingutils_p.h.
|
friend |
Definition at line 46 of file qqmljsloggingutils_p.h.
|
friend |