Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmlpropertycachecreator_p.h File Reference

(e6430658b8c1053975308a116fc5667de62e0d1e)

#include <private/qqmlvaluetype_p.h>
#include <private/qqmlengine_p.h>
#include <private/qqmlmetaobject_p.h>
#include <private/qqmlpropertyresolver_p.h>
#include <private/qqmltypedata_p.h>
#include <private/inlinecomponentutils_p.h>
#include <private/qqmlsourcecoordinate_p.h>
#include <private/qqmlsignalnames_p.h>
#include <QScopedValueRollback>
#include <vector>
+ Include dependency graph for qqmlpropertycachecreator_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QQmlBindingInstantiationContext
 
struct  QQmlPendingGroupPropertyBindings
 
struct  QQmlPropertyCacheCreatorBase
 
struct  QQmlPropertyCacheCreatorBase::IncrementalResult
 
class  QQmlPropertyCacheCreator< ObjectContainer >
 
class  QQmlPropertyCacheAliasCreator< ObjectContainer >
 

Functions

QT_BEGIN_NAMESPACE QQmlError qQmlCompileError (const QV4::CompiledData::Location &location, const QString &description)
 
template<typename ObjectContainer , typename CompiledObject >
int objectForId (const ObjectContainer *objectContainer, const CompiledObject &component, int id)
 

Function Documentation

◆ objectForId()

template<typename ObjectContainer , typename CompiledObject >
int objectForId ( const ObjectContainer * objectContainer,
const CompiledObject & component,
int id )

Definition at line 811 of file qqmlpropertycachecreator_p.h.

References component(), and i.

Referenced by QQmlEngineControlServiceImpl::messageReceived(), and QQmlProfilerServiceImpl::messageReceived().

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

◆ qQmlCompileError()

QT_BEGIN_NAMESPACE QQmlError qQmlCompileError ( const QV4::CompiledData::Location & location,
const QString & description )
inline

Definition at line 36 of file qqmlpropertycachecreator_p.h.

References error.

Referenced by QQmlPropertyCacheCreator< ObjectContainer >::buildMetaObjectRecursively(), QQmlPropertyCacheCreator< ObjectContainer >::createMetaObject(), and QQmlPropertyCacheCreator< ObjectContainer >::propertyCacheForObject().

+ Here is the caller graph for this function: