![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljslogger_p.h>
Public Member Functions | |
QQmlJSFixSuggestion ()=default | |
QQmlJSFixSuggestion (const QString &fixDescription, const QQmlJS::SourceLocation &location, const QString &replacement=QString()) | |
QString | fixDescription () const |
QQmlJS::SourceLocation | location () const |
QString | replacement () const |
void | setFilename (const QString &filename) |
QString | filename () const |
void | setHint (const QString &hint) |
QString | hint () const |
void | setAutoApplicable (bool autoApply=true) |
bool | isAutoApplicable () const |
bool | operator== (const QQmlJSFixSuggestion &) const |
bool | operator!= (const QQmlJSFixSuggestion &) const |
Definition at line 74 of file qqmljslogger_p.h.
|
default |
QQmlJSFixSuggestion::QQmlJSFixSuggestion | ( | const QString & | fixDescription, |
const QQmlJS::SourceLocation & | location, | ||
const QString & | replacement = QString() |
||
) |
Definition at line 394 of file qqmljslogger.cpp.
|
inline |
Definition at line 86 of file qqmljslogger_p.h.
Referenced by QQmlSA::FixSuggestion::fileName(), and QQmlSA::FixSuggestionPrivate::fileName().
|
inline |
Definition at line 81 of file qqmljslogger_p.h.
Referenced by QQmlSA::FixSuggestion::fixDescription(), and QQmlSA::FixSuggestionPrivate::fixDescription().
|
inline |
Definition at line 89 of file qqmljslogger_p.h.
Referenced by QQmlSA::FixSuggestion::hint(), and QQmlSA::FixSuggestionPrivate::hint().
|
inline |
Definition at line 92 of file qqmljslogger_p.h.
Referenced by QQmlSA::FixSuggestion::isAutoApplicable(), and QQmlSA::FixSuggestionPrivate::isAutoApplicable().
|
inline |
Definition at line 82 of file qqmljslogger_p.h.
Referenced by QQmlSA::FixSuggestion::location(), and QQmlSA::FixSuggestionPrivate::location().
bool QQmlJSFixSuggestion::operator!= | ( | const QQmlJSFixSuggestion & | other | ) | const |
Definition at line 201 of file qqmljslogger.cpp.
References other().
bool QQmlJSFixSuggestion::operator== | ( | const QQmlJSFixSuggestion & | other | ) | const |
Definition at line 194 of file qqmljslogger.cpp.
References other().
|
inline |
Definition at line 83 of file qqmljslogger_p.h.
Referenced by QQmlSA::FixSuggestion::replacement(), and QQmlSA::FixSuggestionPrivate::replacement().
|
inline |
Definition at line 91 of file qqmljslogger_p.h.
Referenced by QQmlSA::FixSuggestion::setAutoApplicable(), QQmlSA::FixSuggestionPrivate::setAutoApplicable(), and QQmlJSImportVisitor::visit().
Definition at line 85 of file qqmljslogger_p.h.
Referenced by QQmlJSImportVisitor::checkRequiredProperties(), QQmlSA::FixSuggestion::setFileName(), and QQmlSA::FixSuggestionPrivate::setFileName().
Definition at line 88 of file qqmljslogger_p.h.
References hint().
Referenced by QQmlSA::FixSuggestion::setHint(), and QQmlSA::FixSuggestionPrivate::setHint().