summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlcreatelinkaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlcreatelinkaction.h')
-rw-r--r--src/uml/qumlcreatelinkaction.h197
1 files changed, 11 insertions, 186 deletions
diff --git a/src/uml/qumlcreatelinkaction.h b/src/uml/qumlcreatelinkaction.h
index 901209bb..4a9f36a0 100644
--- a/src/uml/qumlcreatelinkaction.h
+++ b/src/uml/qumlcreatelinkaction.h
@@ -43,10 +43,8 @@
#include <QtUml/QtUmlGlobal>
-#include <QtCore/QObject>
-#include "private/umlcreatelinkaction_p.h"
+#include <QtUml/QUmlWriteLinkAction>
-#include <QtUml/QtUmlNamespace>
QT_BEGIN_HEADER
@@ -54,199 +52,26 @@ QT_BEGIN_NAMESPACE
QT_MODULE(QtUml)
-class QUmlActivity;
-class QUmlActivityEdge;
-class QUmlActivityGroup;
-class QUmlActivityNode;
-class QUmlActivityPartition;
-class QUmlAssociation;
-class QUmlClassifier;
-class QUmlComment;
-class QUmlConstraint;
-class QUmlDependency;
-class QUmlElement;
-class QUmlExceptionHandler;
-class QUmlInputPin;
-class QUmlInterruptibleActivityRegion;
class QUmlLinkEndCreationData;
-class QUmlLinkEndData;
-class QUmlNamedElement;
-class QUmlNamespace;
-class QUmlOutputPin;
-class QUmlPackage;
-class QUmlRedefinableElement;
-class QUmlStringExpression;
-class QUmlStructuredActivityNode;
-class Q_UML_EXPORT QUmlCreateLinkAction : public QObject, public UmlCreateLinkAction
+class Q_UML_EXPORT QUmlCreateLinkAction : public QUmlWriteLinkAction
{
- Q_OBJECT
-
- // Properties [Element]
- Q_PROPERTY(QSet<QUmlComment *> ownedComment READ ownedComment)
- Q_PROPERTY(QSet<QUmlElement *> ownedElement READ ownedElement)
- Q_PROPERTY(QUmlElement * owner READ owner)
-
- // Properties [NamedElement]
- Q_PROPERTY(QSet<QUmlDependency *> clientDependency READ clientDependency)
- Q_PROPERTY(QString name READ name)
- Q_PROPERTY(QUmlStringExpression * nameExpression READ nameExpression)
- Q_PROPERTY(QUmlNamespace * namespace_ READ namespace_)
- Q_PROPERTY(QString qualifiedName READ qualifiedName)
- Q_PROPERTY(QtUml::VisibilityKind visibility READ visibility)
-
- // Properties [RedefinableElement]
- Q_PROPERTY(bool isLeaf READ isLeaf)
- Q_PROPERTY(QSet<QUmlRedefinableElement *> redefinedElement READ redefinedElement)
- Q_PROPERTY(QSet<QUmlClassifier *> redefinitionContext READ redefinitionContext)
-
- // Properties [ActivityNode]
- Q_PROPERTY(QUmlActivity * activity READ activity)
- Q_PROPERTY(QSet<QUmlActivityGroup *> inGroup READ inGroup)
- Q_PROPERTY(QSet<QUmlInterruptibleActivityRegion *> inInterruptibleRegion READ inInterruptibleRegion)
- Q_PROPERTY(QSet<QUmlActivityPartition *> inPartition READ inPartition)
- Q_PROPERTY(QUmlStructuredActivityNode * inStructuredNode READ inStructuredNode)
- Q_PROPERTY(QSet<QUmlActivityEdge *> incoming READ incoming)
- Q_PROPERTY(QSet<QUmlActivityEdge *> outgoing READ outgoing)
- Q_PROPERTY(QSet<QUmlActivityNode *> redefinedNode READ redefinedNode)
-
- // Properties [ExecutableNode]
- Q_PROPERTY(QSet<QUmlExceptionHandler *> handler READ handler)
-
- // Properties [Action]
- Q_PROPERTY(QUmlClassifier * context READ context)
- Q_PROPERTY(QList<QUmlInputPin *> input READ input)
- Q_PROPERTY(bool isLocallyReentrant READ isLocallyReentrant)
- Q_PROPERTY(QSet<QUmlConstraint *> localPostcondition READ localPostcondition)
- Q_PROPERTY(QSet<QUmlConstraint *> localPrecondition READ localPrecondition)
- Q_PROPERTY(QList<QUmlOutputPin *> output READ output)
-
- // Properties [LinkAction]
- Q_PROPERTY(QSet<QUmlInputPin *> inputValue READ inputValue)
-
- // Properties [CreateLinkAction]
- Q_PROPERTY(QSet<QUmlLinkEndCreationData *> endData READ endData)
-
public:
- Q_INVOKABLE explicit QUmlCreateLinkAction(QObject *parent = 0);
-
- // Owned attributes [Element]
- Q_INVOKABLE const QSet<QUmlComment *> ownedComment() const;
- Q_INVOKABLE const QSet<QUmlElement *> ownedElement() const;
- Q_INVOKABLE QUmlElement *owner() const;
-
- // Owned attributes [NamedElement]
- Q_INVOKABLE const QSet<QUmlDependency *> clientDependency() const;
- Q_INVOKABLE QString name() const;
- Q_INVOKABLE QUmlStringExpression *nameExpression() const;
- Q_INVOKABLE QUmlNamespace *namespace_() const;
- Q_INVOKABLE QString qualifiedName() const;
- Q_INVOKABLE QtUml::VisibilityKind visibility() const;
-
- // Owned attributes [RedefinableElement]
- Q_INVOKABLE bool isLeaf() const;
- Q_INVOKABLE const QSet<QUmlRedefinableElement *> redefinedElement() const;
- Q_INVOKABLE const QSet<QUmlClassifier *> redefinitionContext() const;
-
- // Owned attributes [ActivityNode]
- Q_INVOKABLE QUmlActivity *activity() const;
- Q_INVOKABLE const QSet<QUmlActivityGroup *> inGroup() const;
- Q_INVOKABLE const QSet<QUmlInterruptibleActivityRegion *> inInterruptibleRegion() const;
- Q_INVOKABLE const QSet<QUmlActivityPartition *> inPartition() const;
- Q_INVOKABLE QUmlStructuredActivityNode *inStructuredNode() const;
- Q_INVOKABLE const QSet<QUmlActivityEdge *> incoming() const;
- Q_INVOKABLE const QSet<QUmlActivityEdge *> outgoing() const;
- Q_INVOKABLE const QSet<QUmlActivityNode *> redefinedNode() const;
-
- // Owned attributes [ExecutableNode]
- Q_INVOKABLE const QSet<QUmlExceptionHandler *> handler() const;
-
- // Owned attributes [Action]
- Q_INVOKABLE QUmlClassifier *context() const;
- Q_INVOKABLE const QList<QUmlInputPin *> input() const;
- Q_INVOKABLE bool isLocallyReentrant() const;
- Q_INVOKABLE const QSet<QUmlConstraint *> localPostcondition() const;
- Q_INVOKABLE const QSet<QUmlConstraint *> localPrecondition() const;
- Q_INVOKABLE const QList<QUmlOutputPin *> output() const;
-
- // Owned attributes [LinkAction]
- Q_INVOKABLE const QSet<QUmlInputPin *> inputValue() const;
-
- // Owned attributes [CreateLinkAction]
- Q_INVOKABLE const QSet<QUmlLinkEndCreationData *> endData() const;
-
- // Operations [Element]
- Q_INVOKABLE QSet<QUmlElement *> allOwnedElements() const;
- Q_INVOKABLE bool mustBeOwned() const;
-
- // Operations [NamedElement]
- Q_INVOKABLE QList<QUmlNamespace *> allNamespaces() const;
- Q_INVOKABLE QSet<QUmlPackage *> allOwningPackages() const;
- Q_INVOKABLE bool isDistinguishableFrom(QUmlNamedElement *n, QUmlNamespace *ns) const;
- Q_INVOKABLE QString separator() const;
-
- // Operations [RedefinableElement]
- Q_INVOKABLE bool isConsistentWith(QUmlRedefinableElement *redefinee) const;
- Q_INVOKABLE bool isRedefinitionContextValid(QUmlRedefinableElement *redefined) const;
-
- // Operations [LinkAction]
- Q_INVOKABLE QUmlAssociation *association() const;
-
-public Q_SLOTS:
-
- // Slots for owned attributes [Element]
- void addOwnedComment(UmlComment *ownedComment);
- void removeOwnedComment(UmlComment *ownedComment);
-
- // Slots for owned attributes [NamedElement]
- void addClientDependency(UmlDependency *clientDependency);
- void removeClientDependency(UmlDependency *clientDependency);
- void setName(QString name);
- void setNameExpression(QUmlStringExpression *nameExpression);
- void setVisibility(QtUml::VisibilityKind visibility);
-
- // Slots for owned attributes [RedefinableElement]
- void setLeaf(bool isLeaf);
-
- // Slots for owned attributes [ActivityNode]
- void setActivity(QUmlActivity *activity);
- void addInInterruptibleRegion(UmlInterruptibleActivityRegion *inInterruptibleRegion);
- void removeInInterruptibleRegion(UmlInterruptibleActivityRegion *inInterruptibleRegion);
- void addInPartition(UmlActivityPartition *inPartition);
- void removeInPartition(UmlActivityPartition *inPartition);
- void setInStructuredNode(QUmlStructuredActivityNode *inStructuredNode);
- void addIncoming(UmlActivityEdge *incoming);
- void removeIncoming(UmlActivityEdge *incoming);
- void addOutgoing(UmlActivityEdge *outgoing);
- void removeOutgoing(UmlActivityEdge *outgoing);
- void addRedefinedNode(UmlActivityNode *redefinedNode);
- void removeRedefinedNode(UmlActivityNode *redefinedNode);
-
- // Slots for owned attributes [ExecutableNode]
- void addHandler(UmlExceptionHandler *handler);
- void removeHandler(UmlExceptionHandler *handler);
-
- // Slots for owned attributes [Action]
- void setLocallyReentrant(bool isLocallyReentrant);
- void addLocalPostcondition(UmlConstraint *localPostcondition);
- void removeLocalPostcondition(UmlConstraint *localPostcondition);
- void addLocalPrecondition(UmlConstraint *localPrecondition);
- void removeLocalPrecondition(UmlConstraint *localPrecondition);
+ explicit QUmlCreateLinkAction(bool createQObject = true);
+ virtual ~QUmlCreateLinkAction();
- // Slots for owned attributes [LinkAction]
- void addInputValue(UmlInputPin *inputValue);
- void removeInputValue(UmlInputPin *inputValue);
+ // Owned attributes
+ const QSet<QUmlLinkEndCreationData *> endData() const;
+ void addEndData(QUmlLinkEndCreationData *endData);
+ void removeEndData(QUmlLinkEndCreationData *endData);
- // Slots for owned attributes [CreateLinkAction]
- void addEndData(UmlLinkEndCreationData *endData);
- void removeEndData(UmlLinkEndCreationData *endData);
+protected:
+ QSet<QUmlLinkEndCreationData *> _endData;
};
QT_END_NAMESPACE
-Q_DECLARE_METATYPE(QUmlCreateLinkAction *)
-Q_DECLARE_METATYPE(QList<QUmlCreateLinkAction *> *)
-Q_DECLARE_METATYPE(QSet<QUmlCreateLinkAction *> *)
+Q_DECLARE_METATYPE(QT_PREPEND_NAMESPACE(QUmlCreateLinkAction) *)
QT_END_HEADER