Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QmlLsp::OpenDocumentSnapshot Class Reference

#include <qqmlcodemodel_p.h>

Collaboration diagram for QmlLsp::OpenDocumentSnapshot:

Public Member Functions

QDebugdump (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

Detailed Description

Definition at line 40 of file qqmlcodemodel_p.h.

Member Function Documentation

◆ dump()

QDebug & QmlLsp::OpenDocumentSnapshot::dump ( QDebug & dbg)

Definition at line 770 of file qqmlcodemodel.cpp.

Member Data Documentation

◆ doc

QQmlJS::Dom::DomItem QmlLsp::OpenDocumentSnapshot::doc

Definition at line 46 of file qqmlcodemodel_p.h.

◆ docVersion

std::optional<int> QmlLsp::OpenDocumentSnapshot::docVersion

Definition at line 45 of file qqmlcodemodel_p.h.

◆ scope

QQmlJSScope::ConstPtr QmlLsp::OpenDocumentSnapshot::scope

Definition at line 49 of file qqmlcodemodel_p.h.

◆ searchPath

QStringList QmlLsp::OpenDocumentSnapshot::searchPath

Definition at line 43 of file qqmlcodemodel_p.h.

◆ url

QByteArray QmlLsp::OpenDocumentSnapshot::url

Definition at line 44 of file qqmlcodemodel_p.h.

◆ validDoc

QQmlJS::Dom::DomItem QmlLsp::OpenDocumentSnapshot::validDoc

Definition at line 48 of file qqmlcodemodel_p.h.

◆ validDocVersion

std::optional<int> QmlLsp::OpenDocumentSnapshot::validDocVersion

Definition at line 47 of file qqmlcodemodel_p.h.


The documentation for this class was generated from the following files: