From 706b7fc38c4ed4769a3a1a8602e729b672f13118 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Sat, 18 Apr 2020 23:05:52 +0100 Subject: set no fill and no draw --- src/data/style.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/data/style.h') diff --git a/src/data/style.h b/src/data/style.h index 78e11dc..0e795e1 100644 --- a/src/data/style.h +++ b/src/data/style.h @@ -57,18 +57,21 @@ public: void setName(const QString &name); QString propertyWithDefault(QString prop, QString def, bool tikzitOverride=true) const; QString tikz() const; - void setArrowAtom(QString atom); - - // only relevant for node styles QColor fillColor(bool tikzitOverride=true) const; QBrush brush() const; + bool hasFill() const; + bool hasStroke() const; + + // only relevant for node styles QString shape(bool tikzitOverride=true) const; + QString category() const; // only relevant for edge styles Style::ArrowTipStyle arrowHead() const; Style::ArrowTipStyle arrowTail() const; Style::DrawStyle drawStyle() const; - QString category() const; + void setArrowAtom(QString atom); + protected: QString _name; -- cgit v1.2.3