~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/rubberband.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:
40
40
 
41
41
    void start(SPDesktop *desktop, Geom::Point const &p);
42
42
    void move(Geom::Point const &p);
43
 
    boost::optional<Geom::Rect> getRectangle() const;
 
43
    Geom::OptRect getRectangle() const;
44
44
    void stop();
45
45
    bool is_started();
46
46