![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 get().
|
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().
void QQuickDesignerCustomObjectData::handleDestroyed | ( | ) |
Definition at line 260 of file qquickdesignercustomobjectdata.cpp.
Referenced by HandleDestroyedFunctor::operator()().
|
static |
Definition at line 78 of file qquickdesignercustomobjectdata.cpp.
References get().
|
static |
Definition at line 68 of file qquickdesignercustomobjectdata.cpp.
References get().
|
static |
Definition at line 102 of file qquickdesignercustomobjectdata.cpp.
References get().
Definition at line 40 of file qquickdesignercustomobjectdata.cpp.
|
static |
Definition at line 91 of file qquickdesignercustomobjectdata.cpp.
References get().