Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlJS::LoggerCategory Class Reference

#include <qqmljsloggingutils_p.h>

+ Collaboration diagram for QQmlJS::LoggerCategory:

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
 
LoggerCategoryoperator= (const LoggerCategory &)
 
LoggerCategoryoperator= (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)
 

Detailed Description

Definition at line 31 of file qqmljsloggingutils_p.h.

Constructor & Destructor Documentation

◆ LoggerCategory() [1/4]

QQmlJS::LoggerCategory::LoggerCategory ( )

Definition at line 11 of file qqmljsloggingutils.cpp.

◆ LoggerCategory() [2/4]

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().

+ Here is the call graph for this function:

◆ LoggerCategory() [3/4]

QQmlJS::LoggerCategory::LoggerCategory ( const LoggerCategory & other)

Definition at line 26 of file qqmljsloggingutils.cpp.

◆ LoggerCategory() [4/4]

QQmlJS::LoggerCategory::LoggerCategory ( LoggerCategory && )
defaultnoexcept

◆ ~LoggerCategory()

QQmlJS::LoggerCategory::~LoggerCategory ( )
default

Member Function Documentation

◆ description()

QString QQmlJS::LoggerCategory::description ( ) const

Definition at line 55 of file qqmljsloggingutils.cpp.

References d.

Referenced by LoggerCategory().

+ Here is the caller graph for this function:

◆ id()

LoggerWarningId QQmlJS::LoggerCategory::id ( ) const

Definition at line 79 of file qqmljsloggingutils.cpp.

References d.

◆ isDefault()

bool QQmlJS::LoggerCategory::isDefault ( ) const

Definition at line 73 of file qqmljsloggingutils.cpp.

References d.

Referenced by LoggerCategory().

+ Here is the caller graph for this function:

◆ isIgnored()

bool QQmlJS::LoggerCategory::isIgnored ( ) const

Definition at line 67 of file qqmljsloggingutils.cpp.

References d.

Referenced by setIgnored().

+ Here is the caller graph for this function:

◆ level()

QtMsgType QQmlJS::LoggerCategory::level ( ) const

Definition at line 61 of file qqmljsloggingutils.cpp.

References d.

Referenced by LoggerCategory().

+ Here is the caller graph for this function:

◆ name()

QString QQmlJS::LoggerCategory::name ( ) const

Definition at line 43 of file qqmljsloggingutils.cpp.

References d.

Referenced by LoggerCategory().

+ Here is the caller graph for this function:

◆ operator=() [1/2]

LoggerCategory & QQmlJS::LoggerCategory::operator= ( const LoggerCategory & other)

Definition at line 33 of file qqmljsloggingutils.cpp.

References other().

+ Here is the call graph for this function:

◆ operator=() [2/2]

LoggerCategory & QQmlJS::LoggerCategory::operator= ( LoggerCategory && )
defaultnoexcept

◆ setIgnored()

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

Definition at line 100 of file qqmljsloggingutils.cpp.

References d, and isIgnored().

+ Here is the call graph for this function:

◆ setLevel()

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

Definition at line 85 of file qqmljsloggingutils.cpp.

References d.

◆ settingsName()

QString QQmlJS::LoggerCategory::settingsName ( ) const

Definition at line 49 of file qqmljsloggingutils.cpp.

References d.

Referenced by LoggerCategory().

+ Here is the caller graph for this function:

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