![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsloggingutils.h>
Collaboration diagram for QQmlJS::LoggerCategory:Public Member Functions | |
| LoggerCategory () | |
| LoggerCategory (QString name, QString settingsName, QString description, QtMsgType level, bool ignored=false, bool isDefault=false) | |
| LoggerCategory (const LoggerCategory &) | |
| LoggerCategory (LoggerCategory &&) noexcept | |
| LoggerCategory & | operator= (const LoggerCategory &) |
| LoggerCategory & | operator= (LoggerCategory &&) noexcept |
| ~LoggerCategory () | |
| QString | name () const |
| QString | settingsName () const |
| QString | description () const |
| QtMsgType | level () const |
| bool | isIgnored () const |
| bool | isDefault () const |
| LoggerWarningId | id () const |
| void | setLevel (QtMsgType) |
| void | setIgnored (bool) |
Friends | |
| bool | operator== (const LoggerCategory &category, const LoggerWarningId &warningId) |
Definition at line 42 of file qqmljsloggingutils.h.
| QQmlJS::LoggerCategory::LoggerCategory | ( | ) |
Definition at line 11 of file qqmljsloggingutils.cpp.
| QQmlJS::LoggerCategory::LoggerCategory | ( | QString | name, |
| QString | settingsName, | ||
| QString | description, | ||
| QtMsgType | level, | ||
| bool | ignored = false, |
||
| bool | isDefault = false |
||
| ) |
Definition at line 13 of file qqmljsloggingutils.cpp.
References d, description(), isDefault(), level(), name(), and settingsName().
Here is the call graph for this function:| QQmlJS::LoggerCategory::LoggerCategory | ( | const LoggerCategory & | other | ) |
Definition at line 26 of file qqmljsloggingutils.cpp.
|
defaultnoexcept |
|
default |
| QString QQmlJS::LoggerCategory::description | ( | ) | const |
Definition at line 55 of file qqmljsloggingutils.cpp.
References d.
Referenced by LoggerCategory().
Here is the caller graph for this function:| LoggerWarningId QQmlJS::LoggerCategory::id | ( | ) | const |
Definition at line 79 of file qqmljsloggingutils.cpp.
References d.
| bool QQmlJS::LoggerCategory::isDefault | ( | ) | const |
Definition at line 73 of file qqmljsloggingutils.cpp.
References d.
Referenced by LoggerCategory().
Here is the caller graph for this function:| bool QQmlJS::LoggerCategory::isIgnored | ( | ) | const |
Definition at line 67 of file qqmljsloggingutils.cpp.
References d.
Referenced by setIgnored().
Here is the caller graph for this function:| QtMsgType QQmlJS::LoggerCategory::level | ( | ) | const |
Definition at line 61 of file qqmljsloggingutils.cpp.
References d.
Referenced by LoggerCategory().
Here is the caller graph for this function:| QString QQmlJS::LoggerCategory::name | ( | ) | const |
Definition at line 43 of file qqmljsloggingutils.cpp.
References d.
Referenced by LoggerCategory().
Here is the caller graph for this function:| LoggerCategory & QQmlJS::LoggerCategory::operator= | ( | const LoggerCategory & | other | ) |
Definition at line 33 of file qqmljsloggingutils.cpp.
References other().
Here is the call graph for this function:
|
defaultnoexcept |
| void QQmlJS::LoggerCategory::setIgnored | ( | bool | isIgnored | ) |
Definition at line 100 of file qqmljsloggingutils.cpp.
References d, and isIgnored().
Here is the call graph for this function:Definition at line 85 of file qqmljsloggingutils.cpp.
References d.
| QString QQmlJS::LoggerCategory::settingsName | ( | ) | const |
Definition at line 49 of file qqmljsloggingutils.cpp.
References d.
Referenced by LoggerCategory().
Here is the caller graph for this function:
|
friend |
Definition at line 68 of file qqmljsloggingutils.h.