diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-01-11 12:10:19 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-01-11 12:10:19 +0000 |
| commit | bae59caa568c5dbf0c96d7d4d9e8a7870119d492 (patch) | |
| tree | 79cfd591ab43da7bc4b093260f6bbc572b87f823 /src/object-snapper.h | |
| parent | Added a new toolbar with snapping controls (diff) | |
| download | inkscape-bae59caa568c5dbf0c96d7d4d9e8a7870119d492.tar.gz inkscape-bae59caa568c5dbf0c96d7d4d9e8a7870119d492.zip | |
Optionally snap from/to midpoints of the edges of a bounding box
(bzr r7108)
Diffstat (limited to 'src/object-snapper.h')
| -rw-r--r-- | src/object-snapper.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/object-snapper.h b/src/object-snapper.h index 9972677e0..9151dbd8a 100644 --- a/src/object-snapper.h +++ b/src/object-snapper.h @@ -151,8 +151,10 @@ private: //snap bbox corners to nodes, or nodes to bboxes. //(snapping to grids and guides is not affected by this) bool _strict_snapping; -}; +}; // end of ObjectSnapper class + +void getBBoxPoints(Geom::OptRect const bbox, std::vector<Geom::Point> *points, bool const includeMidpoints); -} +} // end of namespace Inkscape #endif |
