summaryrefslogtreecommitdiff
path: root/src/gui/tikzscene.h
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2019-01-12 08:36:56 +0100
committerGard Spreemann <gspreemann@gmail.com>2019-01-12 08:36:56 +0100
commit6bf0bd3d1bce15acded6b83edabbdc329686cd7e (patch)
tree12569b7d18e006bb52dd72c649d5832e8ff6939a /src/gui/tikzscene.h
parent7bf0645fc8c7fd95889b7dca289fb20b4212df85 (diff)
parent579c8118f8538a7adb8c70e1909734431ecf0d10 (diff)
Merge tag 'v2.1.1' into debian/sid
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