Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <export_dialog.h>
Public Member Functions | |
StemExportDialog (PublicEditor &editor) | |
Public Member Functions inherited from ExportDialog | |
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 () |
Private Member Functions | |
void | init_components () |
Definition at line 198 of file export_dialog.h.
StemExportDialog::StemExportDialog | ( | PublicEditor & | editor | ) |
|
privatevirtual |
Reimplemented from ExportDialog.