![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsloggingutils.h>
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().
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().
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().
bool QQmlJS::LoggerCategory::isIgnored | ( | ) | const |
Definition at line 67 of file qqmljsloggingutils.cpp.
References d.
Referenced by setIgnored().
QtMsgType QQmlJS::LoggerCategory::level | ( | ) | const |
Definition at line 61 of file qqmljsloggingutils.cpp.
References d.
Referenced by LoggerCategory().
QString QQmlJS::LoggerCategory::name | ( | ) | const |
Definition at line 43 of file qqmljsloggingutils.cpp.
References d.
Referenced by LoggerCategory().
LoggerCategory & QQmlJS::LoggerCategory::operator= | ( | const LoggerCategory & | other | ) |
Definition at line 33 of file qqmljsloggingutils.cpp.
References other().
|
defaultnoexcept |
void QQmlJS::LoggerCategory::setIgnored | ( | bool | isIgnored | ) |
Definition at line 100 of file qqmljsloggingutils.cpp.
References d, and isIgnored().
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().
|
friend |
Definition at line 68 of file qqmljsloggingutils.h.