19 #ifndef _gtkardour_simple_export_dialog_h_
20 #define _gtkardour_simple_export_dialog_h_
22 #include <ytkmm/button.h>
23 #include <ytkmm/combobox.h>
24 #include <ytkmm/label.h>
25 #include <ytkmm/progressbar.h>
36 class ExportProfileManager;
49 Gtk::Dialog::on_response (response_id);
73 Gtk::TreeModelColumn<std::string>
label;
74 Gtk::TreeModelColumn<std::string>
name;
75 Gtk::TreeModelColumn<samplepos_t>
start;
76 Gtk::TreeModelColumn<samplepos_t>
end;
Representation of the interface of the Editor class.
Gtk::TreeModelColumn< samplepos_t > end
Gtk::TreeModelColumn< samplepos_t > start
Gtk::TreeModelColumn< std::string > label
Gtk::TreeModelColumn< std::string > name
ExportRangeCols _range_cols
sigc::connection _preset_cfg_connection
Glib::RefPtr< Gtk::ListStore > _range_list
Gtk::ComboBoxText _post_export_combo
SimpleExportDialog(PublicEditor &, bool vapor_export=false)
sigc::connection _progress_connection
void set_session(ARDOUR::Session *)
XMLNode & get_state() const
Gtk::ComboBox _range_combo
void on_response(int response_id)
Gtk::ProgressBar _progress_bar
void set_state(XMLNode const &)
ExportPresetSelector _eps
Gtk::Button * _cancel_button
Gtk::Button * _export_button
void set_error(std::string const &)