![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlsa_p.h>
Collaboration diagram for QQmlSA::FixSuggestionPrivate: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().
Here is the call graph for this function:
Here is the caller graph for this function:| QString QQmlSA::FixSuggestionPrivate::fixDescription | ( | ) | const |
Definition at line 1498 of file qqmlsa.cpp.
References QQmlJSFixSuggestion::fixDescription().
Here is the call graph for this function:
|
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().
Here is the caller graph for this function:| QString QQmlSA::FixSuggestionPrivate::hint | ( | ) | const |
Definition at line 1528 of file qqmlsa.cpp.
References QQmlJSFixSuggestion::hint().
Referenced by setHint().
Here is the call graph for this function:
Here is the caller graph for this function:| bool QQmlSA::FixSuggestionPrivate::isAutoApplicable | ( | ) | const |
Definition at line 1538 of file qqmlsa.cpp.
References QQmlJSFixSuggestion::isAutoApplicable().
Here is the call graph for this function:| QQmlSA::SourceLocation QQmlSA::FixSuggestionPrivate::location | ( | ) | const |
Definition at line 1503 of file qqmlsa.cpp.
References QQmlSA::SourceLocationPrivate::createQQmlSASourceLocation(), and QQmlJSFixSuggestion::location().
Here is the call graph for this function:| QString QQmlSA::FixSuggestionPrivate::replacement | ( | ) | const |
Definition at line 1508 of file qqmlsa.cpp.
References QQmlJSFixSuggestion::replacement().
Here is the call graph for this function:| void QQmlSA::FixSuggestionPrivate::setAutoApplicable | ( | bool | autoApplicable = true | ) |
Definition at line 1533 of file qqmlsa.cpp.
References QQmlJSFixSuggestion::setAutoApplicable().
Here is the call graph for this function:Definition at line 1513 of file qqmlsa.cpp.
References fileName(), and QQmlJSFixSuggestion::setFilename().
Here is the call graph for this function:Definition at line 1523 of file qqmlsa.cpp.
References hint(), and QQmlJSFixSuggestion::setHint().
Here is the call graph for this function:
|
friend |