Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <export_channel_selector.h>
Classes | |
class | ChannelTreeView |
class | RouteCols |
Public Member Functions | |
PortExportChannelSelector (ARDOUR::Session *session, ProfileManagerPtr manager) | |
~PortExportChannelSelector () | |
void | sync_with_manager () |
bool | channel_limit_reached () const |
Public Member Functions inherited from ExportChannelSelector | |
ExportChannelSelector (ARDOUR::Session *session, ProfileManagerPtr manager) | |
virtual | ~ExportChannelSelector () |
Public Member Functions inherited from ARDOUR::SessionHandlePtr | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
Private Types | |
typedef std::list< ARDOUR::ExportChannelPtr > | CahnnelList |
Private Member Functions | |
void | fill_route_list () |
void | update_channel_count () |
void | update_split_state () |
Private Attributes | |
ARDOUR::ExportProfileManager::ChannelConfigStatePtr | state |
Gtk::VBox | channels_vbox |
Gtk::HBox | channels_hbox |
Gtk::Label | channels_label |
Gtk::SpinButton | channels_spinbutton |
Gtk::CheckButton | split_checkbox |
uint32_t | max_channels |
Gtk::ScrolledWindow | channel_scroller |
Gtk::Alignment | channel_alignment |
ChannelTreeView | channel_view |
Additional Inherited Members | |
Public Attributes inherited from ExportChannelSelector | |
sigc::signal< void > | CriticalSelectionChanged |
Protected Types inherited from ExportChannelSelector | |
typedef std::shared_ptr< ARDOUR::ExportChannelConfiguration > | ChannelConfigPtr |
typedef std::list< ChannelConfigPtr > | ChannelConfigList |
typedef std::shared_ptr< ARDOUR::ExportProfileManager > | ProfileManagerPtr |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Protected Attributes inherited from ExportChannelSelector | |
ProfileManagerPtr | manager |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 86 of file export_channel_selector.h.
|
private |
Definition at line 102 of file export_channel_selector.h.
PortExportChannelSelector::PortExportChannelSelector | ( | ARDOUR::Session * | session, |
ProfileManagerPtr | manager | ||
) |
PortExportChannelSelector::~PortExportChannelSelector | ( | ) |
|
virtual |
Implements ExportChannelSelector.
|
private |
|
virtual |
Implements ExportChannelSelector.
|
private |
|
private |
|
private |
Definition at line 213 of file export_channel_selector.h.
|
private |
Definition at line 212 of file export_channel_selector.h.
|
private |
Definition at line 214 of file export_channel_selector.h.
|
private |
Definition at line 109 of file export_channel_selector.h.
|
private |
Definition at line 111 of file export_channel_selector.h.
|
private |
Definition at line 112 of file export_channel_selector.h.
|
private |
Definition at line 108 of file export_channel_selector.h.
|
private |
Definition at line 210 of file export_channel_selector.h.
|
private |
Definition at line 113 of file export_channel_selector.h.
|
private |
Definition at line 104 of file export_channel_selector.h.