X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fexport_dialog.h;h=fee7013577b29400bb8385f2bb5e761cbd6e8348;hb=52275254a7adb9a446c104cc7dcfde82d1792786;hp=315780750e6c9813c066502dcdcd5f68465d2b2d;hpb=5399425f534e2d96d07cf29f427bfa0f39d904b7;p=ardour.git diff --git a/gtk2_ardour/export_dialog.h b/gtk2_ardour/export_dialog.h index 315780750e..fee7013577 100644 --- a/gtk2_ardour/export_dialog.h +++ b/gtk2_ardour/export_dialog.h @@ -44,7 +44,7 @@ namespace ARDOUR { class ExportTimespanSelector; class ExportChannelSelector; -class ExportDialog : public ArdourDialog, public PBD::ScopedConnectionList +class ExportDialog : public ArdourDialog, public PBD::ScopedConnectionList { public: @@ -81,7 +81,8 @@ class ExportDialog : public ArdourDialog, public PBD::ScopedConnectionList boost::scoped_ptr timespan_selector; boost::scoped_ptr channel_selector; boost::scoped_ptr file_notebook; - boost::scoped_ptr soundcloud_selector; + + boost::shared_ptr soundcloud_selector; Gtk::VBox warning_widget; Gtk::VBox progress_widget; @@ -102,6 +103,9 @@ class ExportDialog : public ArdourDialog, public PBD::ScopedConnectionList void do_export (); + void update_realtime_selection (); + void parameter_changed (std::string const&); + void show_progress (); gint progress_timeout ();