ardour
Public Member Functions | Private Member Functions | List of all members
ExportSelectionDialog Class Reference

#include <export_dialog.h>

Inheritance diagram for ExportSelectionDialog:
ExportDialog ArdourDialog PBD::ScopedConnectionList ARDOUR::SessionHandlePtr

Public Member Functions

 ExportSelectionDialog (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 (std::string title, bool modal=false, bool use_separator=false)
 
 ArdourDialog (Gtk::Window &parent, 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 ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
- Public Member Functions inherited from PBD::ScopedConnectionList
 ScopedConnectionList ()
 
virtual ~ScopedConnectionList ()
 
void add_connection (const UnscopedConnection &c)
 
void drop_connections ()
 

Private Member Functions

void init_components ()
 

Additional Inherited Members

- Public Types inherited from ExportDialog
enum  Responses { RESPONSE_RT, RESPONSE_FAST, RESPONSE_CANCEL }
 
- Protected Types inherited from ExportDialog
typedef boost::shared_ptr
< ARDOUR::ExportHandler
HandlerPtr
 
typedef boost::shared_ptr
< ARDOUR::ExportProfileManager
ManagerPtr
 
- Protected Member Functions inherited from ExportDialog
virtual void init_gui ()
 
- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 
- Protected Attributes inherited from ExportDialog
ARDOUR::ExportProfileManager::ExportType type
 
HandlerPtr handler
 
ManagerPtr profile_manager
 
boost::scoped_ptr
< ExportPresetSelector
preset_selector
 
boost::scoped_ptr
< ExportTimespanSelector
timespan_selector
 
boost::scoped_ptr
< ExportChannelSelector
channel_selector
 
boost::scoped_ptr
< ExportFileNotebook
file_notebook
 
boost::shared_ptr
< SoundcloudExportSelector
soundcloud_selector
 
Gtk::VBox warning_widget
 
Gtk::VBox progress_widget
 
Gtk::Notebook export_notebook
 
- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Detailed Description

Definition at line 157 of file export_dialog.h.

Constructor & Destructor Documentation

ExportSelectionDialog::ExportSelectionDialog ( PublicEditor editor)

Definition at line 410 of file export_dialog.cc.

Member Function Documentation

void ExportSelectionDialog::init_components ( )
privatevirtual

Reimplemented from ExportDialog.

Definition at line 415 of file export_dialog.cc.


The documentation for this class was generated from the following files: