![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 75 of file qqmljslogger_p.h.
|
default |
QQmlJSFixSuggestion::QQmlJSFixSuggestion | ( | const QString & | fixDescription, |
const QQmlJS::SourceLocation & | location, | ||
const QString & | replacement = QString() ) |
Definition at line 492 of file qqmljslogger.cpp.
|
inline |
Definition at line 87 of file qqmljslogger_p.h.
|
inline |
Definition at line 82 of file qqmljslogger_p.h.
|
inline |
Definition at line 90 of file qqmljslogger_p.h.
|
inline |
Definition at line 93 of file qqmljslogger_p.h.
|
inline |
Definition at line 83 of file qqmljslogger_p.h.
bool QQmlJSFixSuggestion::operator!= | ( | const QQmlJSFixSuggestion & | other | ) | const |
Definition at line 230 of file qqmljslogger.cpp.
bool QQmlJSFixSuggestion::operator== | ( | const QQmlJSFixSuggestion & | other | ) | const |
Definition at line 223 of file qqmljslogger.cpp.
|
inline |
Definition at line 84 of file qqmljslogger_p.h.
|
inline |
Definition at line 92 of file qqmljslogger_p.h.
Definition at line 86 of file qqmljslogger_p.h.
Definition at line 89 of file qqmljslogger_p.h.