diff options
| author | Markus Engel <markus.engel@tum.de> | 2014-03-27 23:18:25 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2014-03-27 23:18:25 +0000 |
| commit | 3053ad943c47f23399ae172f32e7f5f630c53be9 (patch) | |
| tree | 87bbf5599c0e5f889e18b9e2a68464df717bbffd /src/vanishing-point.h | |
| parent | Patch for libuemf. (diff) | |
| download | inkscape-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.h | 4 |
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); |
