[project @ 4]
[mussa.git] / mussa_gui_conn.hh
index 0994dcf69b556fcb84ac9bb6aacd7fd41efc40d1..d2813a8d875144293ab7a62454e9a31e5bb34291 100644 (file)
@@ -16,7 +16,10 @@ class ConnView : public Fl_Box
     int x_max, y_max;
     float x_scale_factor;
     int y_seq_incre;
-  //list< will be list of these later for zooming history
+    int drag_start, drag_end;
+    bool dragging, selected;
+    list<bool> highlight;
+
     list<vector<int> > scaled_pathz;
     vector<int> seq_lens;
 
@@ -33,5 +36,6 @@ class ConnView : public Fl_Box
                vector<Sequence> *, Nway_Paths *);
     void scale_paths();
     void draw();
+    int handle(int e);
     void spawnSeq();
 };