summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlactioninputpinobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qobjects/qumlactioninputpinobject_p.h')
-rw-r--r--src/uml/qobjects/qumlactioninputpinobject_p.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/uml/qobjects/qumlactioninputpinobject_p.h b/src/uml/qobjects/qumlactioninputpinobject_p.h
index 063790aa..3ba90639 100644
--- a/src/uml/qobjects/qumlactioninputpinobject_p.h
+++ b/src/uml/qobjects/qumlactioninputpinobject_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 QUmlActionInputPin;
-class Q_UML_EXPORT QUmlActionInputPinObject : public QObject
+class QModelingObjectPrivate;
+class Q_UML_EXPORT QUmlActionInputPinObject : public QModelingObject
{
Q_OBJECT
+ Q_DISABLE_COPY(QUmlActionInputPinObject)
+ Q_DECLARE_PRIVATE(QModelingObject)
// Properties [Element]
Q_PROPERTY(QSet<QObject *> ownedComments READ ownedComments)
@@ -111,7 +114,7 @@ class Q_UML_EXPORT QUmlActionInputPinObject : public QObject
Q_PROPERTY(QObject * fromAction READ fromAction WRITE setFromAction)
public:
- Q_INVOKABLE explicit QUmlActionInputPinObject(QUmlActionInputPin *qModelingObject);
+ Q_INVOKABLE explicit QUmlActionInputPinObject(QUmlActionInputPin *qModelingElement);
virtual ~QUmlActionInputPinObject();
// Owned attributes [Element]
@@ -262,6 +265,10 @@ public Q_SLOTS:
// Slots for owned attributes [ActionInputPin]
void setFromAction(QObject *fromAction = 0);
+
+protected:
+ virtual void setGroupProperties();
+ virtual void setPropertyData();
};
QT_END_NAMESPACE