3 #ifndef SPECTMORPH_MORPH_PLAN_VIEW_HH 4 #define SPECTMORPH_MORPH_PLAN_VIEW_HH 9 #include "smmorphplan.hh" 10 #include "smmoveindicator.hh" 15 class MorphPlanWindow;
25 std::vector<MorphOperatorView *> m_op_views;
26 std::vector<MoveIndicator *> move_indicators;
27 std::vector<QWidget *> control_widgets;
29 bool need_view_rebuild;
34 const std::vector<MorphOperatorView *>& op_views();
35 void add_control_widget (QWidget *widget);
38 void view_widgets_changed();
41 void on_plan_changed();
43 void on_need_view_rebuild();
Definition: smmorphplanwindow.hh:26
Definition: smmorphplan.hh:15
Definition: smmorphoperator.hh:19
Definition: smmorphplanview.hh:16
Definition: smalignedarray.cc:7