summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlinterruptibleactivityregionobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qobjects/qumlinterruptibleactivityregionobject_p.h')
-rw-r--r--src/uml/qobjects/qumlinterruptibleactivityregionobject_p.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/uml/qobjects/qumlinterruptibleactivityregionobject_p.h b/src/uml/qobjects/qumlinterruptibleactivityregionobject_p.h
index a2877dc3..9d6d0cc7 100644
--- a/src/uml/qobjects/qumlinterruptibleactivityregionobject_p.h
+++ b/src/uml/qobjects/qumlinterruptibleactivityregionobject_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 QUmlInterruptibleActivityRegion;
-class Q_UML_EXPORT QUmlInterruptibleActivityRegionObject : public QObject
+class QModelingObjectPrivate;
+class Q_UML_EXPORT QUmlInterruptibleActivityRegionObject : public QModelingObject
{
Q_OBJECT
+ Q_DISABLE_COPY(QUmlInterruptibleActivityRegionObject)
+ Q_DECLARE_PRIVATE(QModelingObject)
// Properties [Element]
Q_PROPERTY(QSet<QObject *> ownedComments READ ownedComments)
@@ -83,7 +86,7 @@ class Q_UML_EXPORT QUmlInterruptibleActivityRegionObject : public QObject
Q_PROPERTY(QSet<QObject *> nodes READ nodes)
public:
- Q_INVOKABLE explicit QUmlInterruptibleActivityRegionObject(QUmlInterruptibleActivityRegion *qModelingObject);
+ Q_INVOKABLE explicit QUmlInterruptibleActivityRegionObject(QUmlInterruptibleActivityRegion *qModelingElement);
virtual ~QUmlInterruptibleActivityRegionObject();
// Owned attributes [Element]
@@ -153,6 +156,10 @@ public Q_SLOTS:
void removeInterruptingEdge(QObject *interruptingEdge);
void addNode(QObject *node);
void removeNode(QObject *node);
+
+protected:
+ virtual void setGroupProperties();
+ virtual void setPropertyData();
};
QT_END_NAMESPACE