Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <export_channel_selector.h>
Public Member Functions | |
ExportChannelSelector (ARDOUR::Session *session, ProfileManagerPtr manager) | |
virtual | ~ExportChannelSelector () |
virtual void | sync_with_manager ()=0 |
virtual bool | channel_limit_reached () const =0 |
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 |
Public Attributes | |
sigc::signal< void > | CriticalSelectionChanged |
Protected Types | |
typedef std::shared_ptr< ARDOUR::ExportChannelConfiguration > | ChannelConfigPtr |
typedef std::list< ChannelConfigPtr > | ChannelConfigList |
typedef std::shared_ptr< ARDOUR::ExportProfileManager > | ProfileManagerPtr |
Protected Attributes | |
ProfileManagerPtr | manager |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Additional Inherited Members | |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Definition at line 63 of file export_channel_selector.h.
|
protected |
Definition at line 67 of file export_channel_selector.h.
|
protected |
Definition at line 66 of file export_channel_selector.h.
|
protected |
Definition at line 68 of file export_channel_selector.h.
|
inline |
Definition at line 73 of file export_channel_selector.h.
|
inlinevirtual |
Definition at line 78 of file export_channel_selector.h.
|
pure virtual |
Implemented in TrackExportChannelSelector, RegionExportChannelSelector, and PortExportChannelSelector.
|
pure virtual |
Implemented in TrackExportChannelSelector, RegionExportChannelSelector, and PortExportChannelSelector.
sigc::signal<void> ExportChannelSelector::CriticalSelectionChanged |
Definition at line 83 of file export_channel_selector.h.
|
protected |
Definition at line 70 of file export_channel_selector.h.