Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlJS::LoggerWarningId Class Reference

#include <qqmljsloggingutils.h>

+ Collaboration diagram for QQmlJS::LoggerWarningId:

Public Member Functions

constexpr LoggerWarningId (QAnyStringView name)
 
const QAnyStringView name () const
 

Friends

bool operator== (const LoggerWarningId &a, const LoggerWarningId &b)
 
bool operator!= (const LoggerWarningId &a, const LoggerWarningId &b)
 

Detailed Description

Definition at line 22 of file qqmljsloggingutils.h.

Constructor & Destructor Documentation

◆ LoggerWarningId()

constexpr QQmlJS::LoggerWarningId::LoggerWarningId ( QAnyStringView  name)
inlineconstexpr

Definition at line 25 of file qqmljsloggingutils.h.

Member Function Documentation

◆ name()

const QAnyStringView QQmlJS::LoggerWarningId::name ( ) const
inline

Definition at line 27 of file qqmljsloggingutils.h.

Referenced by QQmlJSLogger::defaultCategories(), QQmlJSLinter::lintFile(), and QQmlJS::LoggerCategoryPrivate::operator==().

+ Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const LoggerWarningId a,
const LoggerWarningId b 
)
friend

Definition at line 35 of file qqmljsloggingutils.h.

◆ operator==

bool operator== ( const LoggerWarningId a,
const LoggerWarningId b 
)
friend

Definition at line 30 of file qqmljsloggingutils.h.


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