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   int                           old_structure_version;
    33   const std::vector<MorphOperatorView *>& op_views();
    34   void add_control_widget (QWidget *widget);
    37   void on_plan_changed();
 Definition: smmorphplanwindow.hh:25
Definition: smmorphplan.hh:14
Definition: smmorphoperator.hh:19
Definition: smmorphplanview.hh:16
Definition: smaudio.hh:15