![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlcodemodel_p.h>
Public Member Functions | |
| QDebug & | dump (QDebug &dbg) |
Public Attributes | |
| QStringList | searchPath |
| QByteArray | url |
| std::optional< int > | docVersion |
| QQmlJS::Dom::DomItem | doc |
| std::optional< int > | validDocVersion |
| QQmlJS::Dom::DomItem | validDoc |
| QQmlJSScope::ConstPtr | scope |
Definition at line 40 of file qqmlcodemodel_p.h.
Definition at line 770 of file qqmlcodemodel.cpp.
| QQmlJS::Dom::DomItem QmlLsp::OpenDocumentSnapshot::doc |
Definition at line 46 of file qqmlcodemodel_p.h.
| std::optional<int> QmlLsp::OpenDocumentSnapshot::docVersion |
Definition at line 45 of file qqmlcodemodel_p.h.
| QQmlJSScope::ConstPtr QmlLsp::OpenDocumentSnapshot::scope |
Definition at line 49 of file qqmlcodemodel_p.h.
| QStringList QmlLsp::OpenDocumentSnapshot::searchPath |
Definition at line 43 of file qqmlcodemodel_p.h.
| QByteArray QmlLsp::OpenDocumentSnapshot::url |
Definition at line 44 of file qqmlcodemodel_p.h.
| QQmlJS::Dom::DomItem QmlLsp::OpenDocumentSnapshot::validDoc |
Definition at line 48 of file qqmlcodemodel_p.h.
| std::optional<int> QmlLsp::OpenDocumentSnapshot::validDocVersion |
Definition at line 47 of file qqmlcodemodel_p.h.