diff options
Diffstat (limited to 'src/snap.h')
| -rw-r--r-- | src/snap.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/snap.h b/src/snap.h index ea833b0ec..ff3da3adb 100644 --- a/src/snap.h +++ b/src/snap.h @@ -10,6 +10,7 @@ * Frank Felfe <innerspace@iname.com> * Carl Hetherington <inkscape@carlh.net> * + * Copyright (C) 2006 Johan Engelen <johan@shouraizou.nl> * Copyright (C) 2000-2002 Lauris Kaplinski * * Released under GNU GPL, read the file 'COPYING' for more information @@ -99,13 +100,17 @@ public: NR::Point const &o, NR::Dim2 d) const; - Inkscape::GridSnapper grid; ///< grid snapper - Inkscape::GuideSnapper guide; ///< guide snapper - Inkscape::ObjectSnapper object; ///< snapper to other objects + Inkscape::GridSnapper grid; ///< grid snapper + Inkscape::AxonomGridSnapper axonomgrid; ///< axonometricgrid snapper + Inkscape::GuideSnapper guide; ///< guide snapper + Inkscape::ObjectSnapper object; ///< snapper to other objects typedef std::list<const Inkscape::Snapper*> SnapperList; SnapperList getSnappers() const; +protected: + SPNamedView const *_named_view; + private: enum Transformation { |
