![]() |
Qt 6.x
The Qt SDK
|
#include "qqmlcontext_p.h"
#include "qqmlcomponentattached_p.h"
#include "qqmlcomponent_p.h"
#include "qqmlexpression_p.h"
#include "qqmlengine_p.h"
#include "qqmlengine.h"
#include "qqmlinfo.h"
#include "qqmlabstracturlinterceptor.h"
#include <qjsengine.h>
#include <QtCore/qvarlengtharray.h>
#include <private/qmetaobject_p.h>
#include <QtCore/qdebug.h>
#include "moc_qqmlcontext.cpp"
Go to the source code of this file.
Functions | |
static bool | readObjectProperty (const QQmlRefPointer< QQmlContextData > &data, QObject *object, const QString &name, QVariant *target) |
|
static |
Definition at line 303 of file qqmlcontext.cpp.
References QQmlPropertyCache::property(), and property.
Referenced by QQmlContext::contextProperty(), and QQmlContext::objectForName().