Ardour  9.0-pre0-822-g12e3bc5c20
SimpleExportDialog Class Reference

#include <simple_export_dialog.h>

Inheritance diagram for SimpleExportDialog:
[legend]

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::Sessionsession () 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)
 
XMLNodeget_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
 

Detailed Description

Definition at line 39 of file simple_export_dialog.h.

Constructor & Destructor Documentation

◆ SimpleExportDialog()

SimpleExportDialog::SimpleExportDialog ( PublicEditor ,
bool  vapor_export = false 
)

Member Function Documentation

◆ check_manager()

void SimpleExportDialog::check_manager ( )
private

◆ close_dialog()

void SimpleExportDialog::close_dialog ( )
private

◆ get_state()

XMLNode& SimpleExportDialog::get_state ( ) const
protected

◆ on_response()

void SimpleExportDialog::on_response ( int  response_id)
inlineprotectedvirtual

Reimplemented from ArdourDialog.

Definition at line 47 of file simple_export_dialog.h.

◆ progress_timeout()

bool SimpleExportDialog::progress_timeout ( )
private

◆ set_error()

void SimpleExportDialog::set_error ( std::string const &  )
private

◆ set_session()

void SimpleExportDialog::set_session ( ARDOUR::Session )
virtual

Reimplemented from ARDOUR::SessionHandlePtr.

◆ set_state()

void SimpleExportDialog::set_state ( XMLNode const &  )
protected

◆ show_progress()

void SimpleExportDialog::show_progress ( )
private

◆ start_export()

void SimpleExportDialog::start_export ( )
private

Member Data Documentation

◆ _cancel_button

Gtk::Button* SimpleExportDialog::_cancel_button
private

Definition at line 81 of file simple_export_dialog.h.

◆ _editor

PublicEditor& SimpleExportDialog::_editor
private

Definition at line 79 of file simple_export_dialog.h.

◆ _eps

ExportPresetSelector SimpleExportDialog::_eps
private

Definition at line 80 of file simple_export_dialog.h.

◆ _error_label

Gtk::Label SimpleExportDialog::_error_label
private

Definition at line 85 of file simple_export_dialog.h.

◆ _export_button

Gtk::Button* SimpleExportDialog::_export_button
private

Definition at line 82 of file simple_export_dialog.h.

◆ _post_export_combo

Gtk::ComboBoxText SimpleExportDialog::_post_export_combo
private

Definition at line 84 of file simple_export_dialog.h.

◆ _preset_cfg_connection

sigc::connection SimpleExportDialog::_preset_cfg_connection
private

Definition at line 93 of file simple_export_dialog.h.

◆ _progress_bar

Gtk::ProgressBar SimpleExportDialog::_progress_bar
private

Definition at line 86 of file simple_export_dialog.h.

◆ _progress_connection

sigc::connection SimpleExportDialog::_progress_connection
private

Definition at line 92 of file simple_export_dialog.h.

◆ _range_cols

ExportRangeCols SimpleExportDialog::_range_cols
private

Definition at line 89 of file simple_export_dialog.h.

◆ _range_combo

Gtk::ComboBox SimpleExportDialog::_range_combo
private

Definition at line 83 of file simple_export_dialog.h.

◆ _range_list

Glib::RefPtr<Gtk::ListStore> SimpleExportDialog::_range_list
private

Definition at line 90 of file simple_export_dialog.h.

◆ _vapor_export

bool SimpleExportDialog::_vapor_export
private

Definition at line 87 of file simple_export_dialog.h.


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