![]() |
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 &description, const QQmlJS::SourceLocation &location, const QString &replacement=QString()) | |
| QString | description () const |
| QQmlJS::SourceLocation | location () const |
| QString | replacement () const |
| void | setFilename (const QString &filename) |
| QString | filename () 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 & | description, |
| const QQmlJS::SourceLocation & | location, | ||
| const QString & | replacement = QString() ) |
Definition at line 493 of file qqmljslogger.cpp.
|
inline |
Definition at line 82 of file qqmljslogger_p.h.
|
inline |
Definition at line 87 of file qqmljslogger_p.h.
|
inline |
Definition at line 90 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 247 of file qqmljslogger.cpp.
| bool QQmlJSFixSuggestion::operator== | ( | const QQmlJSFixSuggestion & | other | ) | const |
Definition at line 240 of file qqmljslogger.cpp.
|
inline |
Definition at line 84 of file qqmljslogger_p.h.
|
inline |
Definition at line 89 of file qqmljslogger_p.h.
Definition at line 86 of file qqmljslogger_p.h.