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
qqmlcontext.cpp File Reference

(bb9043bfbb2d08a95ad88c563124c52bf7a0c181)

#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 <QtCore/qqueue.h>
#include "moc_qqmlcontext.cpp"
Include dependency graph for 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 QObjectobjectForNameInQQmlContextData (const QQmlRefPointer< QQmlContextData > &data, const QQmlContextPrivate *d, const QString &name)

Function Documentation

◆ objectForNameInQQmlContextData()

QObject * objectForNameInQQmlContextData ( const QQmlRefPointer< QQmlContextData > & data,
const QQmlContextPrivate * d,
const QString & name )
static

Definition at line 395 of file qqmlcontext.cpp.

References QQmlContextPrivate::numPropertyValues().

Here is the call graph for this function:

◆ readObjectProperty()

bool readObjectProperty ( const QQmlRefPointer< QQmlContextData > & data,
QObject * object,
const QString & name,
QVariant * target )
static

Definition at line 325 of file qqmlcontext.cpp.