3 #ifndef SPECTMORPH_COMBOBOX_OPERATOR_HH     4 #define SPECTMORPH_COMBOBOX_OPERATOR_HH     6 #include "smmorphoperatorview.hh"     7 #include "smmorphlinear.hh"    27   std::string     str_choice;
    33   std::vector<std::string> str_choices;
    36   void on_combobox_changed();
    37   void on_operators_changed();
    40   void active_changed();
    48   void           add_str_choice (
const std::string& str);
    49   void           clear_str_choices();
    51   std::string    active_str_choice();
    52   void           set_active_str_choice (
const std::string& str);
    54   void           set_none_ok (
bool none_ok);
    61   MorphOperator::OutputType type;
    71     return ((op != my_op) && op->output_type() == type);
 Definition: smmorphplan.hh:15
 
Definition: smcomboboxoperator.hh:14
 
Definition: smmorphoperator.hh:19
 
Definition: smalignedarray.cc:7
 
Definition: smcomboboxoperator.hh:19
 
Definition: smcomboboxoperator.hh:58