summaryrefslogtreecommitdiffstats
path: root/src/uml/qobjects/qumlvariableobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qobjects/qumlvariableobject_p.h')
-rw-r--r--src/uml/qobjects/qumlvariableobject_p.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/uml/qobjects/qumlvariableobject_p.h b/src/uml/qobjects/qumlvariableobject_p.h
index 60b228a8..4aafcf77 100644
--- a/src/uml/qobjects/qumlvariableobject_p.h
+++ b/src/uml/qobjects/qumlvariableobject_p.h
@@ -105,9 +105,9 @@ public:
// Owned attributes [MultiplicityElement]
Q_INVOKABLE bool isOrdered() const;
Q_INVOKABLE bool isUnique() const;
- Q_INVOKABLE int lower() const;
+ Q_TODO Q_INVOKABLE int lower() const;
Q_INVOKABLE QObject *lowerValue() const;
- Q_INVOKABLE QString upper() const;
+ Q_TODO Q_INVOKABLE QString upper() const;
Q_INVOKABLE QObject *upperValue() const;
// Owned attributes [NamedElement]
@@ -125,7 +125,7 @@ public:
Q_INVOKABLE QObject *owningTemplateParameter() const;
// Owned attributes [ConnectableElement]
- Q_INVOKABLE const QList<QObject *> ends() const;
+ Q_TODO Q_INVOKABLE const QList<QObject *> ends() const;
Q_INVOKABLE QObject *templateParameter() const;
// Owned attributes [Variable]
@@ -137,26 +137,26 @@ public:
Q_INVOKABLE bool mustBeOwned() const;
// Operations [MultiplicityElement]
- Q_INVOKABLE bool compatibleWith(QObject *other) const;
- Q_INVOKABLE bool includesCardinality(int C) const;
- Q_INVOKABLE bool includesMultiplicity(QObject *M) const;
- Q_INVOKABLE bool is(int lowerbound, int upperbound) const;
- Q_INVOKABLE bool isMultivalued() const;
- Q_INVOKABLE int lowerBound() const;
- Q_INVOKABLE QString upperBoundOperation() const;
+ Q_TODO Q_INVOKABLE bool compatibleWith(QObject *other) const;
+ Q_TODO Q_INVOKABLE bool includesCardinality(int C) const;
+ Q_TODO Q_INVOKABLE bool includesMultiplicity(QObject *M) const;
+ Q_TODO Q_INVOKABLE bool is(int lowerbound, int upperbound) const;
+ Q_TODO Q_INVOKABLE bool isMultivalued() const;
+ Q_TODO Q_INVOKABLE int lowerBound() const;
+ Q_TODO Q_INVOKABLE QString upperBoundOperation() const;
// 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 [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 [Variable]
- Q_INVOKABLE bool isAccessibleBy(QObject *a) const;
+ Q_TODO Q_INVOKABLE bool isAccessibleBy(QObject *a) const;
public Q_SLOTS: