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

 LoggerCategoryPrivate ()=default
 LoggerCategoryPrivate (const QString &name, const QString &settingsName, const QString &description, QtMsgType level, bool isIgnored, bool isDefault)
LoggerWarningId id () const
QString name () const
QString settingsName () const
QString description () const
bool isDefault () const
QtMsgType level () const
void setLevel (QtMsgType)
bool isIgnored () const
void setIgnored (bool)
bool hasChanged () const
bool operator== (const LoggerWarningId warningId) const

Static Public Member Functions

static LoggerCategoryPrivateget (LoggerCategory *)

Friends

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.

Constructor & Destructor Documentation

◆ LoggerCategoryPrivate() [1/2]

QQmlJS::LoggerCategoryPrivate::LoggerCategoryPrivate ( )
default

◆ LoggerCategoryPrivate() [2/2]

QQmlJS::LoggerCategoryPrivate::LoggerCategoryPrivate ( const QString & name,
const QString & settingsName,
const QString & description,
QtMsgType level,
bool isIgnored,
bool isDefault )

Definition at line 108 of file qqmljsloggingutils.cpp.

Member Function Documentation

◆ description()

QString QQmlJS::LoggerCategoryPrivate::description ( ) const
inline

Definition at line 78 of file qqmljsloggingutils_p.h.

◆ get()

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

Definition at line 140 of file qqmljsloggingutils.cpp.

◆ hasChanged()

bool QQmlJS::LoggerCategoryPrivate::hasChanged ( ) const
inline

Definition at line 87 of file qqmljsloggingutils_p.h.

◆ id()

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

Definition at line 74 of file qqmljsloggingutils_p.h.

◆ isDefault()

bool QQmlJS::LoggerCategoryPrivate::isDefault ( ) const
inline

Definition at line 79 of file qqmljsloggingutils_p.h.

◆ isIgnored()

bool QQmlJS::LoggerCategoryPrivate::isIgnored ( ) const
inline

Definition at line 84 of file qqmljsloggingutils_p.h.

◆ level()

QtMsgType QQmlJS::LoggerCategoryPrivate::level ( ) const
inline

Definition at line 81 of file qqmljsloggingutils_p.h.

◆ name()

QString QQmlJS::LoggerCategoryPrivate::name ( ) const
inline

Definition at line 76 of file qqmljsloggingutils_p.h.

◆ operator==()

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

Definition at line 100 of file qqmljsloggingutils_p.h.

◆ setIgnored()

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

Definition at line 131 of file qqmljsloggingutils.cpp.

◆ setLevel()

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

Definition at line 116 of file qqmljsloggingutils.cpp.

◆ settingsName()

QString QQmlJS::LoggerCategoryPrivate::settingsName ( ) const
inline

Definition at line 77 of file qqmljsloggingutils_p.h.

◆ operator!=

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

Definition at line 95 of file qqmljsloggingutils_p.h.

◆ operator==

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

Definition at line 91 of file qqmljsloggingutils_p.h.


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