~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/object-snapper.h

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
                      Inkscape::SnapPreferences::PointType const &t,
78
78
                      Geom::Point const &p,
79
79
                      bool const &first_point,
80
 
                      boost::optional<Geom::Rect> const &bbox_to_snap,
 
80
                      Geom::OptRect const &bbox_to_snap,
81
81
                      std::vector<SPItem const *> const *it,
82
82
                      std::vector<Geom::Point> *unselected_nodes) const;
83
83
 
85
85
                      Inkscape::SnapPreferences::PointType const &t,
86
86
                      Geom::Point const &p,
87
87
                      bool const &first_point,                                                                   
88
 
                      boost::optional<Geom::Rect> const &bbox_to_snap,
 
88
                      Geom::OptRect const &bbox_to_snap,
89
89
                      ConstraintLine const &c,
90
90
                      std::vector<SPItem const *> const *it) const;
91
91