![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QQmlLSUtils::Location, including all inherited members.
| end() const | QQmlLSUtils::Location | inline |
| filename() const | QQmlLSUtils::Location | inline |
| from(const QString &fileName, const QString &code, qsizetype startLine, qsizetype startCharacter, qsizetype length) | QQmlLSUtils::Location | static |
| from(const QString &fileName, const QQmlJS::SourceLocation &sourceLocation, const QString &code) | QQmlLSUtils::Location | static |
| Location()=default | QQmlLSUtils::Location | |
| Location(const QString &filename, const QQmlJS::SourceLocation &sourceLocation, const TextPosition &end) | QQmlLSUtils::Location | inline |
| operator<(const Location &a, const Location &b) | QQmlLSUtils::Location | friend |
| operator==(const Location &a, const Location &b) | QQmlLSUtils::Location | friend |
| sourceLocation() const | QQmlLSUtils::Location | inline |
| tryFrom(const QString &fileName, const QQmlJS::SourceLocation &sourceLocation, const QQmlJS::Dom::DomItem &someItem) | QQmlLSUtils::Location | static |