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
qqmlpropertycachecreator_p.h File Reference

(29b5743f47088feb3f61cd9e9d1a1e3f6ad542f9)

#include <private/qqmlvaluetype_p.h>
#include <private/qqmlengine_p.h>
#include <private/qqmlmetaobject_p.h>
#include <private/qqmltypedata_p.h>
#include <private/inlinecomponentutils_p.h>
#include <private/qqmlsourcecoordinate_p.h>
#include <private/qqmlsignalnames_p.h>
#include <private/qexpected_p.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qscopedvaluerollback.h>
#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 Q_DECLARE_LOGGING_CATEGORY (invalidOverride)
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 918 of file qqmlpropertycachecreator_p.h.

◆ Q_DECLARE_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY ( invalidOverride )

◆ qQmlCompileError()

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

Definition at line 39 of file qqmlpropertycachecreator_p.h.