Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlJS::LoggerCategoryPrivate Class Reference

#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 LoggerCategoryPrivateget (LoggerCategory *)

Friends

class QT_PREPEND_NAMESPACE (QQmlJS::LoggerCategory)
bool operator== (const LoggerCategoryPrivate &lhs, const LoggerCategoryPrivate &rhs)
bool operator!= (const LoggerCategoryPrivate &lhs, const LoggerCategoryPrivate &rhs)

Detailed Description

Definition at line 66 of file qqmljsloggingutils_p.h.

Member Function Documentation

◆ description()

QString QQmlJS::LoggerCategoryPrivate::description ( ) const

◆ get()

LoggerCategoryPrivate * QQmlJS::LoggerCategoryPrivate::get ( LoggerCategory * loggerCategory)
static

Definition at line 144 of file qqmljsloggingutils.cpp.

◆ hasChanged()

bool QQmlJS::LoggerCategoryPrivate::hasChanged ( ) const

Definition at line 139 of file qqmljsloggingutils.cpp.

◆ id()

LoggerWarningId QQmlJS::LoggerCategoryPrivate::id ( ) const
inline

Definition at line 71 of file qqmljsloggingutils_p.h.

◆ isDefault()

bool QQmlJS::LoggerCategoryPrivate::isDefault ( ) const

◆ isIgnored()

bool QQmlJS::LoggerCategoryPrivate::isIgnored ( ) const

◆ level()

QtMsgType QQmlJS::LoggerCategoryPrivate::level ( ) const

◆ name()

QString QQmlJS::LoggerCategoryPrivate::name ( ) const

◆ operator==()

bool QQmlJS::LoggerCategoryPrivate::operator== ( const LoggerWarningId warningId) const
inline

Definition at line 95 of file qqmljsloggingutils_p.h.

◆ setIgnored()

void QQmlJS::LoggerCategoryPrivate::setIgnored ( bool isIgnored)

Definition at line 130 of file qqmljsloggingutils.cpp.

◆ setLevel()

void QQmlJS::LoggerCategoryPrivate::setLevel ( QtMsgType type)

Definition at line 115 of file qqmljsloggingutils.cpp.

◆ settingsName()

QString QQmlJS::LoggerCategoryPrivate::settingsName ( ) const

◆ operator!=

bool operator!= ( const LoggerCategoryPrivate & lhs,
const LoggerCategoryPrivate & rhs )
friend

Definition at line 90 of file qqmljsloggingutils_p.h.

◆ operator==

bool operator== ( const LoggerCategoryPrivate & lhs,
const LoggerCategoryPrivate & rhs )
friend

Definition at line 86 of file qqmljsloggingutils_p.h.

◆ QT_PREPEND_NAMESPACE

class QT_PREPEND_NAMESPACE ( QQmlJS::LoggerCategory )
friend

The documentation for this class was generated from the following files: