summaryrefslogtreecommitdiffstats
path: root/src/vanishing-point.h
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2014-03-27 23:18:25 +0000
committerMarkus Engel <markus.engel@tum.de>2014-03-27 23:18:25 +0000
commit3053ad943c47f23399ae172f32e7f5f630c53be9 (patch)
tree87bbf5599c0e5f889e18b9e2a68464df717bbffd /src/vanishing-point.h
parentPatch for libuemf. (diff)
downloadinkscape-3053ad943c47f23399ae172f32e7f5f630c53be9.tar.gz
inkscape-3053ad943c47f23399ae172f32e7f5f630c53be9.zip
First step of refactoring SPKnot.
(bzr r13223)
Diffstat (limited to 'src/vanishing-point.h')
-rw-r--r--src/vanishing-point.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vanishing-point.h b/src/vanishing-point.h
index 53366fe66..ed66aab0a 100644
--- a/src/vanishing-point.h
+++ b/src/vanishing-point.h
@@ -133,6 +133,10 @@ public:
bool dragging_started;
+ sigc::connection _moved_connection;
+ sigc::connection _grabbed_connection;
+ sigc::connection _ungrabbed_connection;
+
std::list<VanishingPoint> vps;
void addVP(VanishingPoint &vp, bool update_pos = false);