![]() |
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 | |
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 66 of file qqmljsloggingutils_p.h.
QString QQmlJS::LoggerCategoryPrivate::description | ( | ) | const |
|
static |
Definition at line 144 of file qqmljsloggingutils.cpp.
bool QQmlJS::LoggerCategoryPrivate::hasChanged | ( | ) | const |
Definition at line 139 of file qqmljsloggingutils.cpp.
|
inline |
Definition at line 71 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 95 of file qqmljsloggingutils_p.h.
void QQmlJS::LoggerCategoryPrivate::setIgnored | ( | bool | isIgnored | ) |
Definition at line 130 of file qqmljsloggingutils.cpp.
Definition at line 115 of file qqmljsloggingutils.cpp.
QString QQmlJS::LoggerCategoryPrivate::settingsName | ( | ) | const |
|
friend |
Definition at line 90 of file qqmljsloggingutils_p.h.
|
friend |
Definition at line 86 of file qqmljsloggingutils_p.h.
|
friend |