![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldomtop_p.h>
Public Types | |
enum class | Cached { None , First , All } |
Static Public Member Functions | |
static RefCacheEntry | forPath (DomItem &el, Path canonicalPath) |
static bool | addForPath (DomItem &el, Path canonicalPath, const RefCacheEntry &entry, AddOption addOption=AddOption::KeepExisting) |
Public Attributes | |
Cached | cached = Cached::None |
QList< Path > | canonicalPaths |
Definition at line 611 of file qqmldomtop_p.h.
|
strong |
Enumerator | |
---|---|
None | |
First | |
All |
Definition at line 615 of file qqmldomtop_p.h.
|
static |
Definition at line 2376 of file qqmldomtop.cpp.
References All, cached, canonicalPath(), el, First, None, QQmlJS::Dom::Overwrite, QQmlJS::Dom::DomItem::ownerAs(), and Q_ASSERT.
Referenced by QQmlJS::Dom::ModuleIndex::autoExports().
|
static |
Definition at line 2360 of file qqmldomtop.cpp.
References cached, canonicalPath(), el, QQmlJS::Dom::DomItem::ownerAs(), Q_ASSERT, and qCWarning.
Referenced by QQmlJS::Dom::ModuleIndex::autoExports().
Cached QQmlJS::Dom::RefCacheEntry::cached = Cached::None |
Definition at line 622 of file qqmldomtop_p.h.
Referenced by addForPath(), QQmlJS::Dom::ModuleIndex::autoExports(), and forPath().
Definition at line 623 of file qqmldomtop_p.h.
Referenced by QQmlJS::Dom::ModuleIndex::autoExports().