![]() |
Qt 6.x
The Qt SDK
|
#include <qquickdesignersupportpropertychanges_p.h>
Static Public Member Functions | |
static void | detachFromState (QObject *propertyChanges) |
static void | attachToState (QObject *propertyChanges) |
static QObject * | targetObject (QObject *propertyChanges) |
static void | removeProperty (QObject *propertyChanges, const QQuickDesignerSupport::PropertyName &propertyName) |
static QVariant | getProperty (QObject *propertyChanges, const QQuickDesignerSupport::PropertyName &propertyName) |
static void | changeValue (QObject *propertyChanges, const QQuickDesignerSupport::PropertyName &propertyName, const QVariant &value) |
static void | changeExpression (QObject *propertyChanges, const QQuickDesignerSupport::PropertyName &propertyName, const QString &expression) |
static QObject * | stateObject (QObject *propertyChanges) |
static bool | isNormalProperty (const QQuickDesignerSupport::PropertyName &propertyName) |
Definition at line 24 of file qquickdesignersupportpropertychanges_p.h.
|
static |
Definition at line 11 of file qquickdesignersupportpropertychanges.cpp.
References QQuickPropertyChanges::attachToState().
|
static |
Definition at line 64 of file qquickdesignersupportpropertychanges.cpp.
References QQuickPropertyChanges::changeExpression(), and QString::fromUtf8().
|
static |
Definition at line 52 of file qquickdesignersupportpropertychanges.cpp.
References QQuickPropertyChanges::changeValue(), and QString::fromUtf8().
Definition at line 92 of file qquickdesignersupportpropertychanges.cpp.
References QQuickPropertyChanges::detachFromState().
|
static |
Definition at line 41 of file qquickdesignersupportpropertychanges.cpp.
References QString::fromUtf8(), and QQuickPropertyChanges::property().
|
static |
Definition at line 86 of file qquickdesignersupportpropertychanges.cpp.
References metaObject().
|
static |
Definition at line 31 of file qquickdesignersupportpropertychanges.cpp.
References QString::fromUtf8(), and QQuickPropertyChanges::removeProperty().
Definition at line 76 of file qquickdesignersupportpropertychanges.cpp.
References QQuickStateOperation::state().
Definition at line 21 of file qquickdesignersupportpropertychanges.cpp.
References QQuickPropertyChanges::object().