~ubuntu-branches/ubuntu/hardy/texmacs/hardy

« back to all changes in this revision

Viewing changes to src/Edit/Interface/edit_graphics.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Michele Angrisano
  • Date: 2007-06-12 12:50:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070612125014-qifjye1qab4l42gx
Tags: 1:1.0.6.10-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/patches/11-desktop-file.dpatch
    Fix category in desktop file
  - Update maintainer in field debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
class edit_graphics_rep: virtual public editor_rep {
19
19
private:
20
20
  box go_box;           // The graphical object typesetted as a box
 
21
  double gr_x, gr_y;    // Last (x, y) position of the mouse
21
22
  gr_selections gs;     // Last graphical_select (x, y)
22
23
  array<point> pts;     // Last control points
23
24
  array<point> ci, cgi; // Last Curves & Grid/curves intersections (x, y)
35
36
  bool   inside_active_graphics (bool b);
36
37
  bool   over_graphics (SI x, SI y);
37
38
  tree   get_graphics ();
 
39
  double get_x ();
 
40
  double get_y ();
38
41
  frame  find_frame (bool last= false);
39
42
  grid   find_grid ();
40
43
  void   find_limits (point& lim1, point& lim2);