![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlsa_p.h>
Public Member Functions | |
| FixSuggestionPrivate (FixSuggestion *) | |
| FixSuggestionPrivate (FixSuggestion *, const QString &description, const QQmlSA::SourceLocation &location, const QString &replacement) | |
| FixSuggestionPrivate (FixSuggestion *, const FixSuggestionPrivate &) | |
| FixSuggestionPrivate (FixSuggestion *, FixSuggestionPrivate &&) | |
| ~FixSuggestionPrivate ()=default | |
| QString | description () const |
| QQmlSA::SourceLocation | location () const |
| QString | replacement () const |
| void | setFileName (const QString &) |
| QString | fileName () const |
| void | setAutoApplicable (bool autoApplicable=true) |
| bool | isAutoApplicable () const |
Static Public Member Functions | |
| static QQmlJSFixSuggestion & | fixSuggestion (QQmlSA::FixSuggestion &) |
| static const QQmlJSFixSuggestion & | fixSuggestion (const QQmlSA::FixSuggestion &) |
Friends | |
| class | QT_PREPEND_NAMESPACE (QQmlJSFixSuggestion) |
Definition at line 244 of file qqmlsa_p.h.
|
explicit |
Definition at line 1952 of file qqmlsa.cpp.
| QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate | ( | FixSuggestion * | iface, |
| const QString & | description, | ||
| const QQmlSA::SourceLocation & | location, | ||
| const QString & | replacement ) |
Definition at line 1954 of file qqmlsa.cpp.
| QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate | ( | FixSuggestion * | iface, |
| const FixSuggestionPrivate & | other ) |
Definition at line 1963 of file qqmlsa.cpp.
References FixSuggestionPrivate().
Referenced by FixSuggestionPrivate().
| QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate | ( | FixSuggestion * | iface, |
| FixSuggestionPrivate && | other ) |
Definition at line 1969 of file qqmlsa.cpp.
References FixSuggestionPrivate().
Referenced by FixSuggestionPrivate().
|
default |
| QString QQmlSA::FixSuggestionPrivate::description | ( | ) | const |
Definition at line 1974 of file qqmlsa.cpp.
| QString QQmlSA::FixSuggestionPrivate::fileName | ( | ) | const |
Definition at line 1994 of file qqmlsa.cpp.
|
static |
Definition at line 2014 of file qqmlsa.cpp.
|
static |
Definition at line 2009 of file qqmlsa.cpp.
| bool QQmlSA::FixSuggestionPrivate::isAutoApplicable | ( | ) | const |
Definition at line 2004 of file qqmlsa.cpp.
| QQmlSA::SourceLocation QQmlSA::FixSuggestionPrivate::location | ( | ) | const |
Definition at line 1979 of file qqmlsa.cpp.
| QString QQmlSA::FixSuggestionPrivate::replacement | ( | ) | const |
Definition at line 1984 of file qqmlsa.cpp.
| void QQmlSA::FixSuggestionPrivate::setAutoApplicable | ( | bool | autoApplicable = true | ) |
Definition at line 1999 of file qqmlsa.cpp.
Definition at line 1989 of file qqmlsa.cpp.
|
friend |