summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumltransitionobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qobjects/qumltransitionobject_p.h')
-rw-r--r--src/uml/qobjects/qumltransitionobject_p.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/uml/qobjects/qumltransitionobject_p.h b/src/uml/qobjects/qumltransitionobject_p.h
index c5c30cfd..a2b49349 100644
--- a/src/uml/qobjects/qumltransitionobject_p.h
+++ b/src/uml/qobjects/qumltransitionobject_p.h
@@ -129,7 +129,7 @@ public:
Q_INVOKABLE QObject *guard() const;
Q_INVOKABLE QtUml::TransitionKind kind() const;
Q_INVOKABLE QObject *redefinedTransition() const;
- Q_INVOKABLE QObject *redefinitionContext() const;
+ Q_TODO Q_INVOKABLE QObject *redefinitionContext() const;
Q_INVOKABLE QObject *source() const;
Q_INVOKABLE QObject *target() const;
Q_INVOKABLE const QSet<QObject *> triggers() const;
@@ -140,22 +140,22 @@ public:
// Operations [NamedElement]
Q_INVOKABLE QList<QObject *> allNamespaces() const;
- Q_INVOKABLE QSet<QObject *> allOwningPackages() const;
- Q_INVOKABLE bool isDistinguishableFrom(QObject *n, QObject *ns) const;
+ Q_TODO Q_INVOKABLE QSet<QObject *> allOwningPackages() const;
+ Q_TODO Q_INVOKABLE bool isDistinguishableFrom(QObject *n, QObject *ns) const;
Q_INVOKABLE QString separator() const;
// Operations [RedefinableElement]
- Q_INVOKABLE bool isRedefinitionContextValid(QObject *redefined) const;
+ Q_TODO Q_INVOKABLE bool isRedefinitionContextValid(QObject *redefined) 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 [Transition]
- Q_INVOKABLE QObject *containingStateMachine() const;
- Q_INVOKABLE bool isConsistentWith(QObject *redefinee) const;
+ Q_TODO Q_INVOKABLE QObject *containingStateMachine() const;
+ Q_TODO Q_INVOKABLE bool isConsistentWith(QObject *redefinee) const;
public Q_SLOTS: