Ardour
9.0-pre0-350-gf17a656217
|
Public Member Functions | |
void | mod_request_type (ARDOUR::TransportRequestType) |
void | update (ARDOUR::Session *, ARDOUR::samplepos_t) |
Row (TransportMastersWidget &parent) | |
~Row () | |
void | populate_port_combo () |
void | build_port_list (ARDOUR::DataType) |
void | use_button_toggled () |
void | collect_button_toggled () |
void | sync_button_toggled () |
void | fr2997_button_toggled () |
void | port_choice_changed () |
void | connection_handler () |
void | prop_change (PBD::PropertyChange) |
void | remove_clicked () |
bool | name_press (GdkEventButton *) |
void | name_edited (std::string, int) |
bool | port_combo_proxy (GdkEventButton *) |
Public Member Functions inherited from PBD::ScopedConnectionList | |
ScopedConnectionList () | |
ScopedConnectionList (const ScopedConnectionList &)=delete | |
ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
virtual | ~ScopedConnectionList () |
void | add_connection (const UnscopedConnection &c) |
void | drop_connections () |
Definition at line 85 of file transport_masters_dialog.h.
TransportMastersWidget::Row::Row | ( | TransportMastersWidget & | parent | ) |
TransportMastersWidget::Row::~Row | ( | ) |
void TransportMastersWidget::Row::build_port_list | ( | ARDOUR::DataType | ) |
void TransportMastersWidget::Row::collect_button_toggled | ( | ) |
void TransportMastersWidget::Row::connection_handler | ( | ) |
void TransportMastersWidget::Row::fr2997_button_toggled | ( | ) |
void TransportMastersWidget::Row::mod_request_type | ( | ARDOUR::TransportRequestType | ) |
void TransportMastersWidget::Row::name_edited | ( | std::string | , |
int | |||
) |
bool TransportMastersWidget::Row::name_press | ( | GdkEventButton * | ) |
void TransportMastersWidget::Row::populate_port_combo | ( | ) |
void TransportMastersWidget::Row::port_choice_changed | ( | ) |
bool TransportMastersWidget::Row::port_combo_proxy | ( | GdkEventButton * | ) |
void TransportMastersWidget::Row::prop_change | ( | PBD::PropertyChange | ) |
void TransportMastersWidget::Row::remove_clicked | ( | ) |
void TransportMastersWidget::Row::sync_button_toggled | ( | ) |
void TransportMastersWidget::Row::update | ( | ARDOUR::Session * | , |
ARDOUR::samplepos_t | |||
) |
void TransportMastersWidget::Row::use_button_toggled | ( | ) |
Gtk::Label TransportMastersWidget::Row::current |
Definition at line 93 of file transport_masters_dialog.h.
Gtk::EventBox TransportMastersWidget::Row::current_box |
Definition at line 88 of file transport_masters_dialog.h.
Gtk::Label TransportMastersWidget::Row::format |
Definition at line 92 of file transport_masters_dialog.h.
Gtk::CheckButton TransportMastersWidget::Row::fr2997_button |
Definition at line 98 of file transport_masters_dialog.h.
bool TransportMastersWidget::Row::ignore_active_change |
Definition at line 129 of file transport_masters_dialog.h.
Gtk::Label TransportMastersWidget::Row::label |
Definition at line 90 of file transport_masters_dialog.h.
Gtk::EventBox TransportMastersWidget::Row::label_box |
Definition at line 87 of file transport_masters_dialog.h.
Gtk::Label TransportMastersWidget::Row::last |
Definition at line 94 of file transport_masters_dialog.h.
Gtk::EventBox TransportMastersWidget::Row::last_box |
Definition at line 89 of file transport_masters_dialog.h.
FloatingTextEntry* TransportMastersWidget::Row::name_editor |
Definition at line 100 of file transport_masters_dialog.h.
TransportMastersWidget& TransportMastersWidget::Row::parent |
Definition at line 86 of file transport_masters_dialog.h.
Gtk::ComboBoxText TransportMastersWidget::Row::port_combo |
Definition at line 96 of file transport_masters_dialog.h.
PBD::ScopedConnection TransportMastersWidget::Row::property_change_connection |
Definition at line 128 of file transport_masters_dialog.h.
ArdourWidgets::ArdourButton TransportMastersWidget::Row::remove_button |
Definition at line 99 of file transport_masters_dialog.h.
std::string TransportMastersWidget::Row::save_last |
Definition at line 102 of file transport_masters_dialog.h.
samplepos_t TransportMastersWidget::Row::save_when |
Definition at line 101 of file transport_masters_dialog.h.
Gtk::CheckButton TransportMastersWidget::Row::sclock_synced_button |
Definition at line 97 of file transport_masters_dialog.h.
std::shared_ptr<ARDOUR::TransportMaster> TransportMastersWidget::Row::tm |
Definition at line 106 of file transport_masters_dialog.h.
Gtk::Label TransportMastersWidget::Row::type |
Definition at line 91 of file transport_masters_dialog.h.
Gtk::RadioButton TransportMastersWidget::Row::use_button |
Definition at line 95 of file transport_masters_dialog.h.