![]() |
Qt 6.x
The Qt SDK
|
#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 232 of file qqmlsa_p.h.
|
explicit |
Definition at line 1476 of file qqmlsa.cpp.
QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate | ( | FixSuggestion * | interface, |
const QString & | fixDescription, | ||
const QQmlSA::SourceLocation & | location, | ||
const QString & | replacement | ||
) |
Definition at line 1478 of file qqmlsa.cpp.
QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate | ( | FixSuggestion * | interface, |
const FixSuggestionPrivate & | other | ||
) |
Definition at line 1487 of file qqmlsa.cpp.
QQmlSA::FixSuggestionPrivate::FixSuggestionPrivate | ( | FixSuggestion * | interface, |
FixSuggestionPrivate && | other | ||
) |
Definition at line 1493 of file qqmlsa.cpp.
|
default |
QString QQmlSA::FixSuggestionPrivate::fileName | ( | ) | const |
Definition at line 1518 of file qqmlsa.cpp.
References QQmlJSFixSuggestion::filename().
Referenced by setFileName().
QString QQmlSA::FixSuggestionPrivate::fixDescription | ( | ) | const |
Definition at line 1498 of file qqmlsa.cpp.
References QQmlJSFixSuggestion::fixDescription().
|
static |
Definition at line 1548 of file qqmlsa.cpp.
|
static |
Definition at line 1543 of file qqmlsa.cpp.
Referenced by QQmlSA::GenericPass::emitWarning(), QQmlSA::FixSuggestion::fileName(), QQmlSA::FixSuggestion::fixDescription(), QQmlSA::FixSuggestion::hint(), QQmlSA::FixSuggestion::isAutoApplicable(), QQmlSA::FixSuggestion::location(), QQmlSA::FixSuggestion::replacement(), QQmlSA::FixSuggestion::setAutoApplicable(), QQmlSA::FixSuggestion::setFileName(), and QQmlSA::FixSuggestion::setHint().
QString QQmlSA::FixSuggestionPrivate::hint | ( | ) | const |
Definition at line 1528 of file qqmlsa.cpp.
References QQmlJSFixSuggestion::hint().
Referenced by setHint().
bool QQmlSA::FixSuggestionPrivate::isAutoApplicable | ( | ) | const |
Definition at line 1538 of file qqmlsa.cpp.
References QQmlJSFixSuggestion::isAutoApplicable().
QQmlSA::SourceLocation QQmlSA::FixSuggestionPrivate::location | ( | ) | const |
Definition at line 1503 of file qqmlsa.cpp.
References QQmlSA::SourceLocationPrivate::createQQmlSASourceLocation(), and QQmlJSFixSuggestion::location().
QString QQmlSA::FixSuggestionPrivate::replacement | ( | ) | const |
Definition at line 1508 of file qqmlsa.cpp.
References QQmlJSFixSuggestion::replacement().
void QQmlSA::FixSuggestionPrivate::setAutoApplicable | ( | bool | autoApplicable = true | ) |
Definition at line 1533 of file qqmlsa.cpp.
References QQmlJSFixSuggestion::setAutoApplicable().
Definition at line 1513 of file qqmlsa.cpp.
References fileName(), and QQmlJSFixSuggestion::setFilename().
Definition at line 1523 of file qqmlsa.cpp.
References hint(), and QQmlJSFixSuggestion::setHint().
|
friend |