27 static void detachFromState(QObject *propertyChanges);
28 static void attachToState(QObject *propertyChanges);
29 static QObject *targetObject(QObject *propertyChanges);
30 static void removeProperty(QObject *propertyChanges,
const QQuickDesignerSupport::PropertyName &propertyName);
31 static QVariant getProperty(QObject *propertyChanges,
const QQuickDesignerSupport::PropertyName &propertyName);
32 static void changeValue(QObject *propertyChanges,
const QQuickDesignerSupport::PropertyName &propertyName,
const QVariant &value);
33 static void changeExpression(QObject *propertyChanges,
const QQuickDesignerSupport::PropertyName &propertyName,
const QString &expression);
34 static QObject *stateObject(QObject *propertyChanges);
35 static bool isNormalProperty(
const QQuickDesignerSupport::PropertyName &propertyName);