summaryrefslogtreecommitdiff
path: root/src/gui/tikzscene.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/tikzscene.h')
-rw-r--r--src/gui/tikzscene.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/tikzscene.h b/src/gui/tikzscene.h
index cc0a4a7..3baa929 100644
--- a/src/gui/tikzscene.h
+++ b/src/gui/tikzscene.h
@@ -82,6 +82,10 @@ public:
QSet<Node*> getSelectedNodes();
void refreshSceneBounds();
+ bool highlightHeads() const;
+
+ bool highlightTails() const;
+
public slots:
void graphReplaced();
void refreshZIndices();
@@ -114,6 +118,9 @@ private:
int _oldInAngle;
int _oldOutAngle;
bool _enabled;
+
+ bool _highlightHeads;
+ bool _highlightTails;
};
#endif // TIKZSCENE_H