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::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 61 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 120 of file qqmljsloggingutils.cpp.

References Q_ASSERT.

Referenced by QQmlJSLinter::lintFile().

+ Here is the caller graph for this function:

◆ hasChanged()

bool QQmlJS::LoggerCategoryPrivate::hasChanged ( ) const

Definition at line 115 of file qqmljsloggingutils.cpp.

◆ id()

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

Definition at line 66 of file qqmljsloggingutils_p.h.

◆ isDefault()

bool QQmlJS::LoggerCategoryPrivate::isDefault ( ) const

◆ isIgnored()

bool QQmlJS::LoggerCategoryPrivate::isIgnored ( ) const

Referenced by setIgnored().

+ Here is the caller graph for this function:

◆ 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 90 of file qqmljsloggingutils_p.h.

◆ setIgnored()

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

Definition at line 106 of file qqmljsloggingutils.cpp.

References isIgnored().

+ Here is the call graph for this function:

◆ setLevel()

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

Definition at line 91 of file qqmljsloggingutils.cpp.

◆ settingsName()

QString QQmlJS::LoggerCategoryPrivate::settingsName ( ) const

Friends And Related Symbol Documentation

◆ operator!=

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

Definition at line 85 of file qqmljsloggingutils_p.h.

◆ operator==

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

Definition at line 81 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: