#include <trigger_route_list.h>
|
void | add_name_column () |
|
void | append_col_rec_enable () |
|
void | append_col_rec_safe () |
|
void | append_col_input_active () |
|
void | append_col_mute () |
|
void | append_col_solo () |
|
void | setup_col (Gtk::TreeViewColumn *, const char *, const char *, bool require_mod_to_edit=false) |
|
template<class T , class U > |
Gtk::TreeViewColumn * | append_toggle (Gtk::TreeModelColumn< T > const &col_state, Gtk::TreeModelColumn< U > const &col_viz, sigc::slot< void, std::string > cb) |
|
template<class T , class U > |
Gtkmm2ext::CellRendererPixbufMulti * | append_cell (const char *lbl, const char *tip, Gtk::TreeModelColumn< T > const &col_state, Gtk::TreeModelColumn< U > const &col_viz, sigc::slot< void, std::string > cb) |
|
void | on_tv_input_active_changed (std::string const &) |
|
void | on_tv_rec_enable_changed (std::string const &) |
|
void | on_tv_rec_safe_toggled (std::string const &) |
|
void | on_tv_mute_enable_toggled (std::string const &) |
|
void | on_tv_solo_enable_toggled (std::string const &) |
|
void | on_tv_solo_isolate_toggled (std::string const &) |
|
void | on_tv_solo_safe_toggled (std::string const &) |
|
void | on_tv_visible_changed (std::string const &) |
|
void | on_tv_trigger_changed (std::string const &) |
|
void | on_tv_active_changed (std::string const &) |
|
Protected Member Functions inherited from ARDOUR::SessionHandlePtr |
virtual void | session_going_away () |
|
Gtk::TreeView | _display |
|
ModelColumns | _columns |
|
Protected Attributes inherited from ARDOUR::SessionHandlePtr |
ARDOUR::Session * | _session |
|
PBD::ScopedConnectionList | _session_connections |
|
Definition at line 24 of file trigger_route_list.h.
◆ TriggerRouteList()
TriggerRouteList::TriggerRouteList |
( |
| ) |
|
◆ init()
void TriggerRouteList::init |
( |
| ) |
|
|
private |
The documentation for this class was generated from the following file: