summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumloperationobject_p.h
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-11-26 12:42:46 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-11-26 16:38:10 +0100
commit77283562898fbf9499ebece65cc068450433cd95 (patch)
tree10b38c6c9a5e5dbe8c5021b33fe889c54dfe5e71 /src/uml/qobjects/qumloperationobject_p.h
parent0f13b4f396ac21dee5ba1df2cc4cd482b3b41f88 (diff)
Update UML metamodel implementation
Change-Id: I1aeaa9b3f30e3d7a94bb665a0a53f7d6dd52de59 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/uml/qobjects/qumloperationobject_p.h')
-rw-r--r--src/uml/qobjects/qumloperationobject_p.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/uml/qobjects/qumloperationobject_p.h b/src/uml/qobjects/qumloperationobject_p.h
index 6e43f4e6..d7b449e9 100644
--- a/src/uml/qobjects/qumloperationobject_p.h
+++ b/src/uml/qobjects/qumloperationobject_p.h
@@ -171,51 +171,51 @@ public:
Q_INVOKABLE QObject *class_() const;
Q_INVOKABLE QObject *datatype() const;
Q_INVOKABLE QObject *interface_() const;
- Q_INVOKABLE bool isOrdered() const;
+ Q_TODO Q_INVOKABLE bool isOrdered() const;
Q_INVOKABLE bool isQuery() const;
- Q_INVOKABLE bool isUnique() const;
- Q_INVOKABLE int lower() const;
+ Q_TODO Q_INVOKABLE bool isUnique() const;
+ Q_TODO Q_INVOKABLE int lower() const;
Q_INVOKABLE const QList<QObject *> ownedParameters() const;
Q_INVOKABLE const QSet<QObject *> postconditions() const;
Q_INVOKABLE const QSet<QObject *> preconditions() const;
Q_INVOKABLE const QSet<QObject *> raisedExceptions() const;
Q_INVOKABLE const QSet<QObject *> redefinedOperations() const;
Q_INVOKABLE QObject *templateParameter() const;
- Q_INVOKABLE QObject *type() const;
- Q_INVOKABLE QString upper() const;
+ Q_TODO Q_INVOKABLE QObject *type() const;
+ Q_TODO Q_INVOKABLE QString upper() const;
// Operations [Element]
Q_INVOKABLE QSet<QObject *> allOwnedElements() const;
Q_INVOKABLE bool mustBeOwned() const;
// Operations [TemplateableElement]
- Q_INVOKABLE bool isTemplate() const;
- Q_INVOKABLE QSet<QObject *> parameterableElements() const;
+ Q_TODO Q_INVOKABLE bool isTemplate() const;
+ Q_TODO Q_INVOKABLE QSet<QObject *> parameterableElements() const;
// Operations [NamedElement]
Q_INVOKABLE QList<QObject *> allNamespaces() const;
- Q_INVOKABLE QSet<QObject *> allOwningPackages() const;
+ Q_TODO Q_INVOKABLE QSet<QObject *> allOwningPackages() const;
Q_INVOKABLE QString separator() const;
// Operations [Namespace]
- Q_INVOKABLE QSet<QObject *> excludeCollisions(QSet<QObject *> imps) const;
- Q_INVOKABLE QSet<QString> getNamesOfMember(QObject *element) const;
- Q_INVOKABLE QSet<QObject *> importMembers(QSet<QObject *> imps) const;
- Q_INVOKABLE bool membersAreDistinguishable() const;
+ Q_TODO Q_INVOKABLE QSet<QObject *> excludeCollisions(QSet<QObject *> imps) const;
+ Q_TODO Q_INVOKABLE QSet<QString> getNamesOfMember(QObject *element) const;
+ Q_TODO Q_INVOKABLE QSet<QObject *> importMembers(QSet<QObject *> imps) const;
+ Q_TODO Q_INVOKABLE bool membersAreDistinguishable() const;
// Operations [RedefinableElement]
- Q_INVOKABLE bool isRedefinitionContextValid(QObject *redefined) const;
+ Q_TODO Q_INVOKABLE bool isRedefinitionContextValid(QObject *redefined) const;
// Operations [BehavioralFeature]
- Q_INVOKABLE bool isDistinguishableFrom(QObject *n, QObject *ns) const;
+ Q_TODO Q_INVOKABLE bool isDistinguishableFrom(QObject *n, QObject *ns) const;
// Operations [ParameterableElement]
- Q_INVOKABLE bool isCompatibleWith(QObject *p) const;
- Q_INVOKABLE bool isTemplateParameter() const;
+ Q_TODO Q_INVOKABLE bool isCompatibleWith(QObject *p) const;
+ Q_TODO Q_INVOKABLE bool isTemplateParameter() const;
// Operations [Operation]
- Q_INVOKABLE bool isConsistentWith(QObject *redefinee) const;
- Q_INVOKABLE QSet<QObject *> returnResult() const;
+ Q_TODO Q_INVOKABLE bool isConsistentWith(QObject *redefinee) const;
+ Q_TODO Q_INVOKABLE QSet<QObject *> returnResult() const;
public Q_SLOTS: