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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gui/tikzscene.h b/src/gui/tikzscene.h
index e8ea2c6..3e46f6d 100644
--- a/src/gui/tikzscene.h
+++ b/src/gui/tikzscene.h
@@ -80,6 +80,11 @@ public:
void getSelection(QSet<Node*> &selNodes, QSet<Edge*> &selEdges);
QSet<Node*> getSelectedNodes();
+ void refreshSceneBounds();
+
+ bool highlightHeads() const;
+
+ bool highlightTails() const;
public slots:
void graphReplaced();
@@ -113,6 +118,10 @@ private:
int _oldInAngle;
int _oldOutAngle;
bool _enabled;
+
+ bool _highlightHeads;
+ bool _highlightTails;
+ bool _smartTool;
};
#endif // TIKZSCENE_H