From d9ec25d1bcea4e45d1965e95bb3099c3864e04a0 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Sun, 12 Apr 2020 16:43:44 +0100 Subject: parsing and outputting complex paths --- src/data/graphelementdata.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/data/graphelementdata.h') 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 properties() const; + GraphElementData *pathData() const; + GraphElementData *nonPathData() const; + signals: public slots: private: QVector _properties; + static bool isPathProperty(QString key); }; #endif // GRAPHELEMENTDATA_H -- cgit v1.2.3