Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <export_dialog.h>
Public Types | |
enum | Responses { RESPONSE_RT , RESPONSE_FAST , RESPONSE_ANALYZE , RESPONSE_CANCEL } |
Public Member Functions | |
ExportDialog (PublicEditor &editor, std::string title, ARDOUR::ExportProfileManager::ExportType type) | |
~ExportDialog () | |
void | set_session (ARDOUR::Session *s) |
Public Member Functions inherited from ArdourDialog | |
ArdourDialog (const std::string &title, bool modal=false, bool use_separator=false) | |
ArdourDialog (Gtk::Window &parent, const std::string &title, bool modal=false, bool use_separator=false) | |
~ArdourDialog () | |
bool | on_focus_in_event (GdkEventFocus *) |
bool | on_focus_out_event (GdkEventFocus *) |
bool | on_delete_event (GdkEventAny *) |
void | on_unmap () |
void | on_show () |
void | set_ui_sensitive (bool) |
void | disallow_idle () |
Public Member Functions inherited from ARDOUR::SessionHandlePtr | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual ARDOUR::Session * | session () const |
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 () |
Protected Types | |
typedef std::shared_ptr< ARDOUR::ExportHandler > | HandlerPtr |
typedef std::shared_ptr< ARDOUR::ExportProfileManager > | ManagerPtr |
Protected Member Functions | |
void | on_response (int response_id) |
virtual void | init_gui () |
virtual void | init_components () |
Protected Member Functions inherited from ArdourDialog | |
void | pop_splash () |
void | close_self () |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Protected Attributes | |
ARDOUR::ExportProfileManager::ExportType | type |
HandlerPtr | handler |
ManagerPtr | profile_manager |
std::unique_ptr< ExportPresetSelector > | preset_selector |
std::unique_ptr< ExportTimespanSelector > | timespan_selector |
std::unique_ptr< ExportChannelSelector > | channel_selector |
std::unique_ptr< ExportFileNotebook > | file_notebook |
std::shared_ptr< SoundcloudExportSelector > | soundcloud_selector |
Gtk::VBox | warning_widget |
Gtk::VBox | progress_widget |
Gtk::Notebook | export_notebook |
Protected Attributes inherited from ArdourDialog | |
bool | _sensitive |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Private Types | |
typedef std::shared_ptr< ARDOUR::ExportStatus > | StatusPtr |
typedef std::map< samplepos_t, std::vector< std::string > > | ReImportMap |
Private Member Functions | |
void | init () |
void | notify_errors (bool force=false) |
void | close_dialog () |
void | sync_with_manager () |
void | update_warnings_and_example_filename () |
void | show_conflicting_files () |
void | do_export (bool analysis_only) |
void | maybe_set_session_dirty () |
void | update_realtime_selection () |
void | parameter_changed (std::string const &) |
void | show_progress () |
gint | progress_timeout () |
void | add_error (std::string const &text) |
void | add_warning (std::string const &text) |
void | soundcloud_upload_progress (double total, double now, std::string title) |
Private Attributes | |
PublicEditor & | editor |
StatusPtr | status |
ReImportMap | _files_to_reimport |
Gtk::HBox | warn_hbox |
Gtk::Label | warn_label |
std::string | warn_string |
Gtk::HBox | list_files_hbox |
Gtk::Label | list_files_label |
Gtk::Button | list_files_button |
std::string | list_files_string |
Gtk::ProgressBar | progress_bar |
sigc::connection | progress_connection |
float | previous_progress |
bool | _initialized |
bool | _analysis_only |
Gtk::Button * | cancel_button |
Gtk::Button * | export_button |
Gtk::Button * | analyze_button |
Definition at line 52 of file export_dialog.h.
|
protected |
Definition at line 76 of file export_dialog.h.
|
protected |
Definition at line 77 of file export_dialog.h.
|
private |
Definition at line 128 of file export_dialog.h.
|
private |
Definition at line 123 of file export_dialog.h.
Enumerator | |
---|---|
RESPONSE_RT | |
RESPONSE_FAST | |
RESPONSE_ANALYZE | |
RESPONSE_CANCEL |
Definition at line 63 of file export_dialog.h.
ExportDialog::ExportDialog | ( | PublicEditor & | editor, |
std::string | title, | ||
ARDOUR::ExportProfileManager::ExportType | type | ||
) |
ExportDialog::~ExportDialog | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
protectedvirtual |
Reimplemented in StemExportDialog, ExportRegionDialog, ExportSelectionDialog, and ExportRangeDialog.
|
protectedvirtual |
Reimplemented in ExportRegionDialog.
|
private |
|
private |
|
inlineprotectedvirtual |
Reimplemented from ArdourDialog.
Definition at line 72 of file export_dialog.h.
|
private |
|
private |
|
virtual |
Reimplemented from ARDOUR::SessionHandlePtr.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 153 of file export_dialog.h.
|
private |
Definition at line 129 of file export_dialog.h.
|
private |
Definition at line 152 of file export_dialog.h.
|
private |
Definition at line 161 of file export_dialog.h.
|
private |
Definition at line 159 of file export_dialog.h.
|
protected |
Definition at line 91 of file export_dialog.h.
|
private |
Definition at line 125 of file export_dialog.h.
|
private |
Definition at line 160 of file export_dialog.h.
|
protected |
Definition at line 100 of file export_dialog.h.
|
protected |
Definition at line 92 of file export_dialog.h.
|
protected |
Definition at line 80 of file export_dialog.h.
|
private |
Definition at line 139 of file export_dialog.h.
|
private |
Definition at line 137 of file export_dialog.h.
|
private |
Definition at line 138 of file export_dialog.h.
|
private |
Definition at line 140 of file export_dialog.h.
|
protected |
Definition at line 89 of file export_dialog.h.
|
private |
Definition at line 150 of file export_dialog.h.
|
protected |
Definition at line 81 of file export_dialog.h.
|
private |
Definition at line 147 of file export_dialog.h.
|
private |
Definition at line 148 of file export_dialog.h.
|
protected |
Definition at line 97 of file export_dialog.h.
|
protected |
Definition at line 94 of file export_dialog.h.
|
private |
Definition at line 126 of file export_dialog.h.
|
protected |
Definition at line 90 of file export_dialog.h.
|
protected |
Definition at line 79 of file export_dialog.h.
|
private |
Definition at line 133 of file export_dialog.h.
|
private |
Definition at line 134 of file export_dialog.h.
|
private |
Definition at line 135 of file export_dialog.h.
|
protected |
Definition at line 96 of file export_dialog.h.