25 #ifndef __export_dialog_h__
26 #define __export_dialog_h__
29 #include <boost/scoped_ptr.hpp>
79 typedef std::shared_ptr<ARDOUR::ExportHandler>
HandlerPtr;
80 typedef std::shared_ptr<ARDOUR::ExportProfileManager>
ManagerPtr;
126 typedef std::shared_ptr<ARDOUR::ExportStatus>
StatusPtr;
131 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().
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()
boost::scoped_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
boost::scoped_ptr< ExportTimespanSelector > timespan_selector
ManagerPtr profile_manager
boost::scoped_ptr< ExportFileNotebook > file_notebook
void add_warning(std::string const &text)
ExportDialog(PublicEditor &editor, std::string title, ARDOUR::ExportProfileManager::ExportType type)
void update_realtime_selection()
void soundcloud_upload_progress(double total, double now, std::string title)
Gtk::Button * analyze_button
std::map< samplepos_t, std::vector< std::string > > ReImportMap
virtual void init_components()
boost::scoped_ptr< ExportChannelSelector > channel_selector
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)