Add script function to the model

This is needed to suppert inline script function of Qml in the designer
This commit is contained in:
Marco Bubke
2010-06-10 17:36:14 +02:00
parent 24f07b7a72
commit 35263628d1
26 changed files with 129 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ public:
void variantPropertiesChanged(const QList<VariantProperty>& propertyList, PropertyChangeFlags propertyChange);
void bindingPropertiesChanged(const QList<BindingProperty>& propertyList, PropertyChangeFlags propertyChange);
void rootNodeTypeChanged(const QString &type, int majorVersion, int minorVersion);
void scriptFunctionsChanged(const ModelNode &node, const QStringList &scriptFunctionList);
void selectedNodesChanged(const QList<ModelNode> &selectedNodeList,