Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmldesignermetaobject.cpp File Reference

(60a18929027cca06fb81d007e81c056465507946)

#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