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
QQmlPropertyCacheAliasCreator< ObjectContainer > Class Template Reference

#include <qqmlpropertycachecreator_p.h>

Collaboration diagram for QQmlPropertyCacheAliasCreator< ObjectContainer >:

Public Types

typedef ObjectContainer::CompiledObject CompiledObject

Public Member Functions

 QQmlPropertyCacheAliasCreator (QQmlPropertyCacheVector *propertyCaches, const ObjectContainer *objectContainer)
QQmlError appendAliasToPropertyCache (const CompiledObject &component, const QV4::CompiledData::Alias &alias, int objectIndex, int aliasIndex, int encodedMetaPropertyIndex)

Detailed Description

template<typename ObjectContainer>
class QQmlPropertyCacheAliasCreator< ObjectContainer >

Definition at line 930 of file qqmlpropertycachecreator_p.h.

Member Typedef Documentation

◆ CompiledObject

template<typename ObjectContainer>
typedef ObjectContainer::CompiledObject QQmlPropertyCacheAliasCreator< ObjectContainer >::CompiledObject

Definition at line 933 of file qqmlpropertycachecreator_p.h.

Constructor & Destructor Documentation

◆ QQmlPropertyCacheAliasCreator()

template<typename ObjectContainer>
QQmlPropertyCacheAliasCreator< ObjectContainer >::QQmlPropertyCacheAliasCreator ( QQmlPropertyCacheVector * propertyCaches,
const ObjectContainer * objectContainer )
inline

Definition at line 952 of file qqmlpropertycachecreator_p.h.

References QQmlPropertyCacheAliasCreator().

Referenced by QQmlPropertyCacheAliasCreator().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ appendAliasToPropertyCache()

template<typename ObjectContainer>
QQmlError QQmlPropertyCacheAliasCreator< ObjectContainer >::appendAliasToPropertyCache ( const CompiledObject & component,
const QV4::CompiledData::Alias & alias,
int objectIndex,
int aliasIndex,
int encodedMetaPropertyIndex )
inline

Definition at line 1105 of file qqmlpropertycachecreator_p.h.


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