Home
last modified time | relevance | path

Searched refs:op_combobox (Results 1 – 2 of 2) sorted by relevance

/dports/audio/spectmorph/spectmorph-0.5.2/glui/
H A Dsmmorphgridview.cc137 op_combobox = new ComboBoxOperator (body_widget, morph_grid->morph_plan(), input_op_filter); in MorphGridView()
138 op_layout.add_row (3, op_title, op_combobox); in MorphGridView()
140 connect (op_combobox->signal_item_changed, this, &MorphGridView::on_operator_changed); in MorphGridView()
189 node.op = op_combobox->active(); in on_operator_changed()
225 op_combobox->set_enabled (morph_grid->has_selection()); in on_selection_changed()
238 op_combobox->set_active_str_choice (label); in on_selection_changed()
242 op_combobox->set_active (node.op); in on_selection_changed()
252 op_combobox->clear_str_choices(); in on_index_changed()
258 op_combobox->add_str_headline (group.group); in on_index_changed()
261 op_combobox->add_str_choice (instrument.label); in on_index_changed()
[all …]
H A Dsmmorphgridview.hh45 ComboBoxOperator *op_combobox; member in SpectMorph::MorphGridView