Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <simple_export_dialog.h>
Classes | |
class | ExportRangeCols |
Public Member Functions | |
SimpleExportDialog (PublicEditor &, bool vapor_export=false) | |
void | set_session (ARDOUR::Session *) |
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 ARDOUR::SimpleExport | |
SimpleExport () | |
virtual | ~SimpleExport () |
void | set_session (ARDOUR::Session *) |
bool | run_export () |
void | set_name (std::string const &) |
void | set_folder (std::string const &) |
void | set_range (samplepos_t, samplepos_t) |
bool | set_preset (std::string const &) |
std::string | preset_uuid () const |
std::string | folder () const |
bool | check_outputs () const |
Protected Member Functions | |
void | on_response (int response_id) |
XMLNode & | get_state () const |
void | set_state (XMLNode const &) |
Protected Member Functions inherited from ArdourDialog | |
void | pop_splash () |
void | close_self () |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Private Member Functions | |
void | start_export () |
void | close_dialog () |
void | show_progress () |
void | check_manager () |
void | set_error (std::string const &) |
bool | progress_timeout () |
Private Attributes | |
PublicEditor & | _editor |
ExportPresetSelector | _eps |
Gtk::Button * | _cancel_button |
Gtk::Button * | _export_button |
Gtk::ComboBox | _range_combo |
Gtk::ComboBoxText | _post_export_combo |
Gtk::Label | _error_label |
Gtk::ProgressBar | _progress_bar |
bool | _vapor_export |
ExportRangeCols | _range_cols |
Glib::RefPtr< Gtk::ListStore > | _range_list |
sigc::connection | _progress_connection |
sigc::connection | _preset_cfg_connection |
Additional Inherited Members | |
Protected Attributes inherited from ArdourDialog | |
bool | _sensitive |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Protected Attributes inherited from ARDOUR::SimpleExport | |
std::shared_ptr< ARDOUR::ExportHandler > | _handler |
std::shared_ptr< ARDOUR::ExportStatus > | _status |
std::shared_ptr< ARDOUR::ExportProfileManager > | _manager |
Definition at line 39 of file simple_export_dialog.h.
SimpleExportDialog::SimpleExportDialog | ( | PublicEditor & | , |
bool | vapor_export = false |
||
) |
|
private |
|
private |
|
protected |
|
inlineprotectedvirtual |
Reimplemented from ArdourDialog.
Definition at line 47 of file simple_export_dialog.h.
|
private |
|
private |
|
virtual |
Reimplemented from ARDOUR::SessionHandlePtr.
|
protected |
|
private |
|
private |
|
private |
Definition at line 81 of file simple_export_dialog.h.
|
private |
Definition at line 79 of file simple_export_dialog.h.
|
private |
Definition at line 80 of file simple_export_dialog.h.
|
private |
Definition at line 85 of file simple_export_dialog.h.
|
private |
Definition at line 82 of file simple_export_dialog.h.
|
private |
Definition at line 84 of file simple_export_dialog.h.
|
private |
Definition at line 93 of file simple_export_dialog.h.
|
private |
Definition at line 86 of file simple_export_dialog.h.
|
private |
Definition at line 92 of file simple_export_dialog.h.
|
private |
Definition at line 89 of file simple_export_dialog.h.
|
private |
Definition at line 83 of file simple_export_dialog.h.
|
private |
Definition at line 90 of file simple_export_dialog.h.
|
private |
Definition at line 87 of file simple_export_dialog.h.