76 typedef std::shared_ptr<ARDOUR::ExportHandler>
HandlerPtr;
77 typedef std::shared_ptr<ARDOUR::ExportProfileManager>
ManagerPtr;
123 typedef std::shared_ptr<ARDOUR::ExportStatus>
StatusPtr;
128 typedef std::map<samplepos_t, std::vector<std::string>>
ReImportMap;
Gtk::Label list_files_label
void do_export(bool analysis_only)
sigc::connection progress_connection
std::string list_files_string
void on_response(int response_id)
This is a default handler for the signal signal_response().
std::unique_ptr< ExportFileNotebook > file_notebook
ARDOUR::ExportProfileManager::ExportType type
Gtk::Button * cancel_button
Gtk::Notebook export_notebook
ReImportMap _files_to_reimport
void notify_errors(bool force=false)
void show_conflicting_files()
void update_warnings_and_example_filename()
std::unique_ptr< ExportPresetSelector > preset_selector
Gtk::Button list_files_button
void set_session(ARDOUR::Session *s)
void parameter_changed(std::string const &)
void add_error(std::string const &text)
Gtk::ProgressBar progress_bar
Gtk::Button * export_button
std::shared_ptr< ARDOUR::ExportHandler > HandlerPtr
Gtk::VBox progress_widget
ManagerPtr profile_manager
void add_warning(std::string const &text)
ExportDialog(PublicEditor &editor, std::string title, ARDOUR::ExportProfileManager::ExportType type)
void update_realtime_selection()
std::unique_ptr< ExportChannelSelector > channel_selector
void soundcloud_upload_progress(double total, double now, std::string title)
Gtk::Button * analyze_button
std::map< samplepos_t, std::vector< std::string > > ReImportMap
std::unique_ptr< ExportTimespanSelector > timespan_selector
virtual void init_components()
void maybe_set_session_dirty()
std::shared_ptr< ARDOUR::ExportProfileManager > ManagerPtr
std::shared_ptr< SoundcloudExportSelector > soundcloud_selector
Gtk::HBox list_files_hbox
std::shared_ptr< ARDOUR::ExportStatus > StatusPtr
ExportRangeDialog(PublicEditor &editor, std::string range_id)
ARDOUR::AudioTrack & track
ExportRegionDialog(PublicEditor &editor, ARDOUR::AudioRegion const ®ion, ARDOUR::AudioTrack &track)
ARDOUR::AudioRegion const & region
ExportSelectionDialog(PublicEditor &editor)
virtual void on_response(int response_id)
This is a default handler for the signal signal_response().
Representation of the interface of the Editor class.
StemExportDialog(PublicEditor &editor)