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
QQmlJS::Dom::RefCacheEntry Class Reference

#include <qqmldomtop_p.h>

Collaboration diagram for QQmlJS::Dom::RefCacheEntry:

Public Types

enum class  Cached { None , First , All }

Static Public Member Functions

static RefCacheEntry forPath (const DomItem &el, const Path &canonicalPath)
static bool addForPath (const DomItem &el, const Path &canonicalPath, const RefCacheEntry &entry, AddOption addOption=AddOption::KeepExisting)

Public Attributes

Cached cached = Cached::None
QList< PathcanonicalPaths

Detailed Description

Definition at line 702 of file qqmldomtop_p.h.

Member Enumeration Documentation

◆ Cached

Enumerator
None 
First 
All 

Definition at line 706 of file qqmldomtop_p.h.

Member Function Documentation

◆ addForPath()

bool QQmlJS::Dom::RefCacheEntry::addForPath ( const DomItem & el,
const Path & canonicalPath,
const RefCacheEntry & entry,
AddOption addOption = AddOption::KeepExisting )
static

Definition at line 2384 of file qqmldomtop.cpp.

References QQmlJS::Dom::DomItem::environment().

Here is the call graph for this function:

◆ forPath()

RefCacheEntry QQmlJS::Dom::RefCacheEntry::forPath ( const DomItem & el,
const Path & canonicalPath )
static

Definition at line 2368 of file qqmldomtop.cpp.

References QQmlJS::Dom::DomItem::environment().

Here is the call graph for this function:

Member Data Documentation

◆ cached

Cached QQmlJS::Dom::RefCacheEntry::cached = Cached::None

Definition at line 713 of file qqmldomtop_p.h.

◆ canonicalPaths

QList<Path> QQmlJS::Dom::RefCacheEntry::canonicalPaths

Definition at line 714 of file qqmldomtop_p.h.


The documentation for this class was generated from the following files: