![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsloggingutils_p.h>
Public Member Functions | |
| LoggerCategory () | |
| LoggerCategory (const QString &name, const QString &settingsName, const 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) |
Definition at line 35 of file qqmljsloggingutils_p.h.
| QQmlJS::LoggerCategory::LoggerCategory | ( | ) |
Definition at line 34 of file qqmljsloggingutils.cpp.
| QQmlJS::LoggerCategory::LoggerCategory | ( | const QString & | name, |
| const QString & | settingsName, | ||
| const QString & | description, | ||
| QtMsgType | level, | ||
| bool | ignored = false, | ||
| bool | isDefault = false ) |
Definition at line 36 of file qqmljsloggingutils.cpp.
| QQmlJS::LoggerCategory::LoggerCategory | ( | const LoggerCategory & | other | ) |
Definition at line 43 of file qqmljsloggingutils.cpp.
|
defaultnoexcept |
|
default |
| QString QQmlJS::LoggerCategory::description | ( | ) | const |
Definition at line 72 of file qqmljsloggingutils.cpp.
| LoggerWarningId QQmlJS::LoggerCategory::id | ( | ) | const |
Definition at line 96 of file qqmljsloggingutils.cpp.
| bool QQmlJS::LoggerCategory::isDefault | ( | ) | const |
Definition at line 90 of file qqmljsloggingutils.cpp.
| bool QQmlJS::LoggerCategory::isIgnored | ( | ) | const |
Definition at line 84 of file qqmljsloggingutils.cpp.
| QtMsgType QQmlJS::LoggerCategory::level | ( | ) | const |
Definition at line 78 of file qqmljsloggingutils.cpp.
| QString QQmlJS::LoggerCategory::name | ( | ) | const |
Definition at line 60 of file qqmljsloggingutils.cpp.
| LoggerCategory & QQmlJS::LoggerCategory::operator= | ( | const LoggerCategory & | other | ) |
Definition at line 50 of file qqmljsloggingutils.cpp.
|
defaultnoexcept |
| void QQmlJS::LoggerCategory::setIgnored | ( | bool | isIgnored | ) |
Definition at line 125 of file qqmljsloggingutils.cpp.
Definition at line 102 of file qqmljsloggingutils.cpp.
| QString QQmlJS::LoggerCategory::settingsName | ( | ) | const |
Definition at line 66 of file qqmljsloggingutils.cpp.