![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlcodemodel_p.h>
Public Attributes | |
OpenDocumentSnapshot | snapshot |
std::shared_ptr< Utils::TextDocument > | textDocument |
Definition at line 59 of file qqmlcodemodel_p.h.
OpenDocumentSnapshot QmlLsp::OpenDocument::snapshot |
Definition at line 62 of file qqmlcodemodel_p.h.
Referenced by QQmlBaseModule< RequestType >::itemsForRequest(), QmlLsp::QQmlCodeModel::newDocForOpenFile(), QQmlDocumentFormatting::process(), QQmlBaseModule< RequestType >::requestHandler(), and QmlLsp::QQmlCodeModel::snapshotByUrl().
std::shared_ptr<Utils::TextDocument> QmlLsp::OpenDocument::textDocument |
Definition at line 63 of file qqmlcodemodel_p.h.
Referenced by BaseRequest< ParametersT, ResponseT >::fillFrom(), and QmlLsp::QQmlCodeModel::newDocForOpenFile().