3 #ifndef SPECTMORPH_MORPH_GRID_WIDGET_HH 4 #define SPECTMORPH_MORPH_GRID_WIDGET_HH 8 #include "smmorphgrid.hh" 17 std::vector<int> x_coord;
18 std::vector<int> y_coord;
25 void mousePressEvent (QMouseEvent *event);
26 void mouseMoveEvent (QMouseEvent *event);
27 void mouseReleaseEvent (QMouseEvent *event);
30 void compute_node_rect (
int *width,
int *height);
35 void paintEvent (QPaintEvent *event);
38 void on_plan_changed();
41 void selection_changed();
Definition: smmorphgrid.hh:22
Definition: smalignedarray.cc:7