summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlactionexecutionspecificationobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qobjects/qumlactionexecutionspecificationobject_p.h')
-rw-r--r--src/uml/qobjects/qumlactionexecutionspecificationobject_p.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/uml/qobjects/qumlactionexecutionspecificationobject_p.h b/src/uml/qobjects/qumlactionexecutionspecificationobject_p.h
index 6085f375..60cba2b6 100644
--- a/src/uml/qobjects/qumlactionexecutionspecificationobject_p.h
+++ b/src/uml/qobjects/qumlactionexecutionspecificationobject_p.h
@@ -43,7 +43,7 @@
#include <QtUml/QtUmlGlobal>
-#include <QtCore/QObject>
+#include <QtModeling/QModelingObject>
#include <QtUml/QtUmlNamespace>
@@ -54,9 +54,12 @@ QT_BEGIN_NAMESPACE
QT_MODULE(QtUml)
class QUmlActionExecutionSpecification;
-class Q_UML_EXPORT QUmlActionExecutionSpecificationObject : public QObject
+class QModelingObjectPrivate;
+class Q_UML_EXPORT QUmlActionExecutionSpecificationObject : public QModelingObject
{
Q_OBJECT
+ Q_DISABLE_COPY(QUmlActionExecutionSpecificationObject)
+ Q_DECLARE_PRIVATE(QModelingObject)
// Properties [Element]
Q_PROPERTY(QSet<QObject *> ownedComments READ ownedComments)
@@ -85,7 +88,7 @@ class Q_UML_EXPORT QUmlActionExecutionSpecificationObject : public QObject
Q_PROPERTY(QObject * action READ action WRITE setAction)
public:
- Q_INVOKABLE explicit QUmlActionExecutionSpecificationObject(QUmlActionExecutionSpecification *qModelingObject);
+ Q_INVOKABLE explicit QUmlActionExecutionSpecificationObject(QUmlActionExecutionSpecification *qModelingElement);
virtual ~QUmlActionExecutionSpecificationObject();
// Owned attributes [Element]
@@ -156,6 +159,10 @@ public Q_SLOTS:
// Slots for owned attributes [ActionExecutionSpecification]
void setAction(QObject *action = 0);
+
+protected:
+ virtual void setGroupProperties();
+ virtual void setPropertyData();
};
QT_END_NAMESPACE