#include <qquickdesignersupportproperties_p.h>
|
static void | createNewDynamicProperty (QObject *object, QQmlEngine *engine, const QString &name) |
static void | registerNodeInstanceMetaObject (QObject *object, QQmlEngine *engine) |
static void | registerCustomData (QObject *object) |
static QVariant | getResetValue (QObject *object, const QQuickDesignerSupport::PropertyName &propertyName) |
static void | doResetProperty (QObject *object, QQmlContext *context, const QQuickDesignerSupport::PropertyName &propertyName) |
static bool | hasValidResetBinding (QObject *object, const QQuickDesignerSupport::PropertyName &propertyName) |
static bool | hasBindingForProperty (QObject *object, QQmlContext *context, const QQuickDesignerSupport::PropertyName &propertyName, bool *hasChanged) |
static void | setPropertyBinding (QObject *object, QQmlContext *context, const QQuickDesignerSupport::PropertyName &propertyName, const QString &expression) |
static void | keepBindingFromGettingDeleted (QObject *object, QQmlContext *context, const QQuickDesignerSupport::PropertyName &propertyName) |
static bool | isPropertyQObject (const QMetaProperty &metaProperty) |
static QObject * | readQObjectProperty (const QMetaProperty &metaProperty, QObject *object) |
static void | getPropertyCache (QObject *object) |
static bool | isPropertyBlackListed (const QQuickDesignerSupport::PropertyName &propertyName) |
static QQuickDesignerSupport::PropertyNameList | propertyNameListForWritableProperties (QObject *object) |
static QQuickDesignerSupport::PropertyNameList | allPropertyNames (QObject *object, const QQuickDesignerSupport::PropertyName &baseName=QQuickDesignerSupport::PropertyName(), QObjectList *inspectedObjects=nullptr, int depth=0) |
static bool | hasFullImplementedListInterface (const QQmlListReference &list) |
◆ allPropertyNames()
◆ createNewDynamicProperty()
◆ doResetProperty()
◆ getPropertyCache()
void QQuickDesignerSupportProperties::getPropertyCache |
( |
QObject * | object | ) |
|
|
static |
◆ getResetValue()
◆ hasBindingForProperty()
◆ hasFullImplementedListInterface()
bool QQuickDesignerSupportProperties::hasFullImplementedListInterface |
( |
const QQmlListReference & | list | ) |
|
|
static |
◆ hasValidResetBinding()
◆ isPropertyBlackListed()
◆ isPropertyQObject()
bool QQuickDesignerSupportProperties::isPropertyQObject |
( |
const QMetaProperty & | metaProperty | ) |
|
|
static |
◆ keepBindingFromGettingDeleted()
◆ propertyNameListForWritableProperties()
◆ readQObjectProperty()
◆ registerCustomData()
void QQuickDesignerSupportProperties::registerCustomData |
( |
QObject * | object | ) |
|
|
static |
◆ registerNodeInstanceMetaObject()
void QQuickDesignerSupportProperties::registerNodeInstanceMetaObject |
( |
QObject * | object, |
|
|
QQmlEngine * | engine ) |
|
static |
◆ setPropertyBinding()
The documentation for this class was generated from the following files: