Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qqmldesignermetaobject.cpp File Reference
#include "qqmldesignermetaobject_p.h"
#include <QSharedPointer>
#include <QMetaProperty>
#include <QtCore/private/qnumeric_p.h>
#include <QDebug>
#include <private/qqmlengine_p.h>
+ Include dependency graph for qqmldesignermetaobject.cpp:

Go to the source code of this file.

Classes

struct  MetaPropertyData
 

Functions

static QQmlPropertyCache::ConstPtr cacheForObject (QObject *object)
 

Variables

static QT_BEGIN_NAMESPACE QHash< QDynamicMetaObjectData *, bool > nodeInstanceMetaObjectList
 
static void(* notifyPropertyChangeCallBack )(QObject *, const QQuickDesignerSupport::PropertyName &propertyName) = nullptr
 

Function Documentation

◆ cacheForObject()

static QQmlPropertyCache::ConstPtr cacheForObject ( QObject object)
static

Definition at line 45 of file qqmldesignermetaobject.cpp.

References QQmlVMEMetaObject::get(), metaObject(), and QQmlMetaType::propertyCache().

+ Here is the call graph for this function:

Variable Documentation

◆ nodeInstanceMetaObjectList

◆ notifyPropertyChangeCallBack

void(* notifyPropertyChangeCallBack) (QObject *, const QQuickDesignerSupport::PropertyName &propertyName) ( QObject ,
const QQuickDesignerSupport::PropertyName propertyName 
) = nullptr
static