Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmllsutils_p.h File Reference
#include <QtLanguageServer/private/qlanguageserverspectypes_p.h>
#include <QtQmlDom/private/qqmldomexternalitems_p.h>
#include <QtQmlDom/private/qqmldomtop_p.h>
#include <algorithm>
#include <tuple>
#include <variant>
+ Include dependency graph for qqmllsutils_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QQmlLSUtilsItemLocation
 
struct  QQmlLSUtilsTextPosition
 
struct  QQmlLSUtilsLocation
 
class  QQmlLSUtils
 

Enumerations

enum  QQmlLSUtilsResolveOptions { JustOwner , Everything }
 

Enumeration Type Documentation

◆ QQmlLSUtilsResolveOptions

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.