#include <gui.h>
|
void | update_port_combos () |
|
void | connection_handler () |
|
Glib::RefPtr< Gtk::ListStore > | build_midi_port_list (std::vector< std::string > const &ports, bool for_input) |
|
void | active_port_changed (Gtk::ComboBox *, bool for_input) |
|
void | build_action_combo (Gtk::ComboBox &cb, std::vector< std::pair< std::string, std::string > > const &actions, CC121::ButtonID, CC121::ButtonState) |
|
void | build_user_action_combo (Gtk::ComboBox &, CC121::ButtonState, CC121::ButtonID) |
|
void | build_foot_action_combo (Gtk::ComboBox &, CC121::ButtonState) |
|
void | action_changed (Gtk::ComboBox *, CC121::ButtonID, CC121::ButtonState) |
|
Definition at line 45 of file cc121/gui.h.
◆ CC121GUI()
ArdourSurface::CC121GUI::CC121GUI |
( |
CC121 & |
| ) |
|
◆ ~CC121GUI()
ArdourSurface::CC121GUI::~CC121GUI |
( |
| ) |
|
◆ action_changed()
◆ active_port_changed()
void ArdourSurface::CC121GUI::active_port_changed |
( |
Gtk::ComboBox * |
, |
|
|
bool |
for_input |
|
) |
| |
|
private |
◆ build_action_combo()
void ArdourSurface::CC121GUI::build_action_combo |
( |
Gtk::ComboBox & |
cb, |
|
|
std::vector< std::pair< std::string, std::string > > const & |
actions, |
|
|
CC121::ButtonID |
, |
|
|
CC121::ButtonState |
|
|
) |
| |
|
private |
◆ build_foot_action_combo()
void ArdourSurface::CC121GUI::build_foot_action_combo |
( |
Gtk::ComboBox & |
, |
|
|
CC121::ButtonState |
|
|
) |
| |
|
private |
◆ build_midi_port_list()
Glib::RefPtr<Gtk::ListStore> ArdourSurface::CC121GUI::build_midi_port_list |
( |
std::vector< std::string > const & |
ports, |
|
|
bool |
for_input |
|
) |
| |
|
private |
◆ build_user_action_combo()
◆ connection_handler()
void ArdourSurface::CC121GUI::connection_handler |
( |
| ) |
|
|
private |
◆ update_port_combos()
void ArdourSurface::CC121GUI::update_port_combos |
( |
| ) |
|
|
private |
◆ _port_connections
◆ action_map
std::map<std::string,std::string> ArdourSurface::CC121GUI::action_map |
|
private |
◆ action_model
◆ action_table
◆ allbypass_combo
Gtk::ComboBox ArdourSurface::CC121GUI::allbypass_combo |
|
private |
◆ available_action_model
Glib::RefPtr<Gtk::TreeStore> ArdourSurface::CC121GUI::available_action_model |
|
private |
◆ eq1_combo
Gtk::ComboBox ArdourSurface::CC121GUI::eq1_combo |
|
private |
◆ eq2_combo
Gtk::ComboBox ArdourSurface::CC121GUI::eq2_combo |
|
private |
◆ eq3_combo
Gtk::ComboBox ArdourSurface::CC121GUI::eq3_combo |
|
private |
◆ eq4_combo
Gtk::ComboBox ArdourSurface::CC121GUI::eq4_combo |
|
private |
◆ eqtype_combo
Gtk::ComboBox ArdourSurface::CC121GUI::eqtype_combo |
|
private |
◆ foot_combo
Gtk::ComboBox ArdourSurface::CC121GUI::foot_combo |
|
private |
◆ fp
CC121& ArdourSurface::CC121GUI::fp |
|
private |
◆ function1_combo
Gtk::ComboBox ArdourSurface::CC121GUI::function1_combo |
|
private |
◆ function2_combo
Gtk::ComboBox ArdourSurface::CC121GUI::function2_combo |
|
private |
◆ function3_combo
Gtk::ComboBox ArdourSurface::CC121GUI::function3_combo |
|
private |
◆ function4_combo
Gtk::ComboBox ArdourSurface::CC121GUI::function4_combo |
|
private |
◆ hpacker
Gtk::HBox ArdourSurface::CC121GUI::hpacker |
|
private |
◆ ignore_active_change
bool ArdourSurface::CC121GUI::ignore_active_change |
|
private |
◆ image
Gtk::Image ArdourSurface::CC121GUI::image |
|
private |
◆ input_combo
Gtk::ComboBox ArdourSurface::CC121GUI::input_combo |
|
private |
◆ lock_combo
Gtk::ComboBox ArdourSurface::CC121GUI::lock_combo |
|
private |
◆ midi_port_columns
◆ output_combo
Gtk::ComboBox ArdourSurface::CC121GUI::output_combo |
|
private |
◆ table
◆ value_combo
Gtk::ComboBox ArdourSurface::CC121GUI::value_combo |
|
private |
The documentation for this class was generated from the following file: