![]() |
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 &fixDescription, const QQmlSA::SourceLocation &location, const QString &replacement) | |
FixSuggestionPrivate (FixSuggestion *, const FixSuggestionPrivate &) | |
FixSuggestionPrivate (FixSuggestion *, FixSuggestionPrivate &&) | |
~FixSuggestionPrivate ()=default | |
QString | fixDescription () const |
QQmlSA::SourceLocation | location () const |
QString | replacement () const |
void | setFileName (const QString &) |
QString | fileName () const |
void | setHint (const QString &) |
QString | hint () 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 2010 of file qqmlsa.cpp.
QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate | ( | FixSuggestion * | iface, |
const QString & | fixDescription, | ||
const QQmlSA::SourceLocation & | location, | ||
const QString & | replacement ) |
Definition at line 2012 of file qqmlsa.cpp.
QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate | ( | FixSuggestion * | iface, |
const FixSuggestionPrivate & | other ) |
Definition at line 2021 of file qqmlsa.cpp.
References FixSuggestionPrivate().
Referenced by FixSuggestionPrivate().
QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate | ( | FixSuggestion * | iface, |
FixSuggestionPrivate && | other ) |
Definition at line 2027 of file qqmlsa.cpp.
References FixSuggestionPrivate().
Referenced by FixSuggestionPrivate().
|
default |
QString QQmlSA::FixSuggestionPrivate::fileName | ( | ) | const |
Definition at line 2052 of file qqmlsa.cpp.
QString QQmlSA::FixSuggestionPrivate::fixDescription | ( | ) | const |
Definition at line 2032 of file qqmlsa.cpp.
|
static |
Definition at line 2082 of file qqmlsa.cpp.
|
static |
Definition at line 2077 of file qqmlsa.cpp.
QString QQmlSA::FixSuggestionPrivate::hint | ( | ) | const |
Definition at line 2062 of file qqmlsa.cpp.
bool QQmlSA::FixSuggestionPrivate::isAutoApplicable | ( | ) | const |
Definition at line 2072 of file qqmlsa.cpp.
QQmlSA::SourceLocation QQmlSA::FixSuggestionPrivate::location | ( | ) | const |
Definition at line 2037 of file qqmlsa.cpp.
QString QQmlSA::FixSuggestionPrivate::replacement | ( | ) | const |
Definition at line 2042 of file qqmlsa.cpp.
void QQmlSA::FixSuggestionPrivate::setAutoApplicable | ( | bool | autoApplicable = true | ) |
Definition at line 2067 of file qqmlsa.cpp.
Definition at line 2047 of file qqmlsa.cpp.
Definition at line 2057 of file qqmlsa.cpp.
|
friend |