![]() |
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 QQmlJSDocumentEdit &) | |
| QQmlJSFixSuggestion (const QString &description, const QQmlJS::SourceLocation &location, const QList< QQmlJSDocumentEdit > &={}) | |
| QString | description () const |
| QQmlJS::SourceLocation | location () const |
| void | addDocumentEdit (const QQmlJSDocumentEdit &documentEdit) |
| void | setDocumentEdits (const QList< QQmlJSDocumentEdit > &documentEdits) |
| QList< QQmlJSDocumentEdit > | documentEdits () 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 91 of file qqmljslogger_p.h.
|
default |
| QQmlJSFixSuggestion::QQmlJSFixSuggestion | ( | const QString & | description, |
| const QQmlJS::SourceLocation & | location, | ||
| const QQmlJSDocumentEdit & | documentEdit ) |
Definition at line 509 of file qqmljslogger.cpp.
| QQmlJSFixSuggestion::QQmlJSFixSuggestion | ( | const QString & | description, |
| const QQmlJS::SourceLocation & | location, | ||
| const QList< QQmlJSDocumentEdit > & | documentEdits = {} ) |
Definition at line 516 of file qqmljslogger.cpp.
| void QQmlJSFixSuggestion::addDocumentEdit | ( | const QQmlJSDocumentEdit & | documentEdit | ) |
Definition at line 523 of file qqmljslogger.cpp.
|
inline |
Definition at line 100 of file qqmljslogger_p.h.
|
inline |
Definition at line 105 of file qqmljslogger_p.h.
|
inline |
Definition at line 108 of file qqmljslogger_p.h.
|
inline |
Definition at line 111 of file qqmljslogger_p.h.
|
inline |
Definition at line 101 of file qqmljslogger_p.h.
| bool QQmlJSFixSuggestion::operator!= | ( | const QQmlJSFixSuggestion & | other | ) | const |
Definition at line 253 of file qqmljslogger.cpp.
| bool QQmlJSFixSuggestion::operator== | ( | const QQmlJSFixSuggestion & | other | ) | const |
Definition at line 246 of file qqmljslogger.cpp.
|
inline |
Definition at line 110 of file qqmljslogger_p.h.
| void QQmlJSFixSuggestion::setDocumentEdits | ( | const QList< QQmlJSDocumentEdit > & | documentEdits | ) |
Definition at line 528 of file qqmljslogger.cpp.
Definition at line 107 of file qqmljslogger_p.h.