![]() |
Qt 6.x
The Qt SDK
|
#include <QtLanguageServer/private/qlanguageserverspectypes_p.h>
#include <QtQmlDom/private/qqmldomexternalitems_p.h>
#include <QtQmlDom/private/qqmldomtop_p.h>
#include <algorithm>
#include <tuple>
#include <variant>
Go to the source code of this file.
Classes | |
struct | QQmlLSUtilsItemLocation |
struct | QQmlLSUtilsTextPosition |
struct | QQmlLSUtilsLocation |
class | QQmlLSUtils |
Enumerations | |
enum | QQmlLSUtilsResolveOptions { JustOwner , Everything } |
Choose whether to resolve the entire type (useful for QmlObjects, Inline Components) or just the owner type (useful for properties, which are only unique given an ownerType and their property name).
Enumerator | |
---|---|
JustOwner | |
Everything |
Definition at line 62 of file qqmllsutils_p.h.