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

(7fa397156c831b410b551c2ad84d17f2eaf9e5c6)

#include "qqmlvmemetaobject_p.h"
#include <private/qqmlrefcount_p.h>
#include "qqmlpropertyvalueinterceptor_p.h"
#include <qqmlinfo.h>
#include <private/qqmlglobal_p.h>
#include <private/qqmlpropertycachecreator_p.h>
#include <private/qqmlpropertycachemethodarguments_p.h>
#include <private/qqmlvaluetypewrapper_p.h>
#include <private/qv4functionobject_p.h>
#include <private/qv4jscall_p.h>
#include <private/qv4object_p.h>
#include <private/qv4qobjectwrapper_p.h>
#include <private/qv4runtime_p.h>
#include <private/qv4scopedvalue_p.h>
#include <private/qv4sequenceobject_p.h>
#include <private/qv4variantassociationobject_p.h>
#include <private/qv4variantobject_p.h>
#include <QtCore/qsequentialiterable.h>
#include <climits>
Include dependency graph for qqmlvmemetaobject.cpp:

Go to the source code of this file.

Classes

class  QQmlVMEMetaObjectEndpoint

Functions

static qsizetype list_count (QQmlListProperty< QObject > *prop)
static QObjectlist_at (QQmlListProperty< QObject > *prop, qsizetype index)
static void list_replace (QQmlListProperty< QObject > *prop, qsizetype index, QObject *o)
static void list_removeLast (QQmlListProperty< QObject > *prop)
void QQmlVMEMetaObjectEndpoint_callback (QQmlNotifierEndpoint *e, void **)
static const QMetaObjectstringCastMetaObject (QObject *o, const QMetaObject *top)

Function Documentation

◆ list_at()

QObject * list_at ( QQmlListProperty< QObject > * prop,
qsizetype index )
static

Definition at line 125 of file qqmlvmemetaobject.cpp.

◆ list_count()

qsizetype list_count ( QQmlListProperty< QObject > * prop)
static

Definition at line 120 of file qqmlvmemetaobject.cpp.

◆ list_removeLast()

void list_removeLast ( QQmlListProperty< QObject > * prop)
static

Definition at line 149 of file qqmlvmemetaobject.cpp.

References QQmlVMEResolvedList::activateSignal(), and QQmlVMEResolvedList::removeLast().

Here is the call graph for this function:

◆ list_replace()

void list_replace ( QQmlListProperty< QObject > * prop,
qsizetype index,
QObject * o )
static

Definition at line 142 of file qqmlvmemetaobject.cpp.

References QQmlVMEResolvedList::activateSignal().

Here is the call graph for this function:

◆ QQmlVMEMetaObjectEndpoint_callback()

void QQmlVMEMetaObjectEndpoint_callback ( QQmlNotifierEndpoint * e,
void **  )

Definition at line 208 of file qqmlvmemetaobject.cpp.

References QQmlVMEMetaObjectEndpoint::tryConnect().

Here is the call graph for this function:

◆ stringCastMetaObject()

const QMetaObject * stringCastMetaObject ( QObject * o,
const QMetaObject * top )
static

Definition at line 405 of file qqmlvmemetaobject.cpp.