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::QQmlWorkspace Struct Reference

#include <qqmlcodemodelmanager_p.h>

Collaboration diagram for QmlLsp::QQmlWorkspace:

Public Attributes

QByteArray url
std::unique_ptr< QQmlCodeModelcodeModel
bool managedByClient = false
bool toBeClosed = false

Detailed Description

Definition at line 35 of file qqmlcodemodelmanager_p.h.

Member Data Documentation

◆ codeModel

std::unique_ptr<QQmlCodeModel> QmlLsp::QQmlWorkspace::codeModel

Definition at line 38 of file qqmlcodemodelmanager_p.h.

◆ managedByClient

bool QmlLsp::QQmlWorkspace::managedByClient = false

Definition at line 39 of file qqmlcodemodelmanager_p.h.

◆ toBeClosed

bool QmlLsp::QQmlWorkspace::toBeClosed = false

Definition at line 40 of file qqmlcodemodelmanager_p.h.

◆ url

QByteArray QmlLsp::QQmlWorkspace::url

Definition at line 37 of file qqmlcodemodelmanager_p.h.


The documentation for this struct was generated from the following file: