![]() |
Qt 6.x
The Qt SDK
|
#include <qquickdesignercustomobjectdata_p.h>
Public Member Functions | |
void | handleDestroyed () |
Static Public Member Functions | |
static void | registerData (QObject *object) |
static QQuickDesignerCustomObjectData * | get (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) |
Definition at line 29 of file qquickdesignercustomobjectdata_p.h.
|
static |
Definition at line 60 of file qquickdesignercustomobjectdata.cpp.
References context, and get().
Referenced by QQuickDesignerSupportProperties::doResetProperty().
|
static |
Definition at line 45 of file qquickdesignercustomobjectdata.cpp.
Referenced by doResetProperty(), getResetValue(), hasBindingForProperty(), hasValidResetBinding(), keepBindingFromGettingDeleted(), and setPropertyBinding().
|
static |
Definition at line 50 of file qquickdesignercustomobjectdata.cpp.
References get().
Referenced by QQuickDesignerSupportProperties::getResetValue().
void QQuickDesignerCustomObjectData::handleDestroyed | ( | ) |
Definition at line 260 of file qquickdesignercustomobjectdata.cpp.
|
static |
Definition at line 78 of file qquickdesignercustomobjectdata.cpp.
References context, and get().
Referenced by QQuickDesignerSupportProperties::hasBindingForProperty().
|
static |
Definition at line 68 of file qquickdesignercustomobjectdata.cpp.
References get().
Referenced by QQuickDesignerSupportProperties::hasValidResetBinding().
|
static |
Definition at line 102 of file qquickdesignercustomobjectdata.cpp.
References context, and get().
Referenced by QQuickDesignerSupportProperties::keepBindingFromGettingDeleted().
Definition at line 40 of file qquickdesignercustomobjectdata.cpp.
Referenced by QQuickDesignerSupportProperties::registerCustomData().
|
static |
Definition at line 91 of file qquickdesignercustomobjectdata.cpp.
References context, and get().
Referenced by QQuickDesignerSupportProperties::setPropertyBinding().