summaryrefslogtreecommitdiff
path: root/src/data/graphelementdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/graphelementdata.h')
-rw-r--r--src/data/graphelementdata.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data/graphelementdata.h b/src/data/graphelementdata.h
index 8a50a93..8022a14 100644
--- a/src/data/graphelementdata.h
+++ b/src/data/graphelementdata.h
@@ -78,12 +78,16 @@ public:
bool isEmpty();
QVector<GraphElementProperty> properties() const;
+ GraphElementData *pathData() const;
+ GraphElementData *nonPathData() const;
+
signals:
public slots:
private:
QVector<GraphElementProperty> _properties;
+ static bool isPathProperty(QString key);
};
#endif // GRAPHELEMENTDATA_H