X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fsend_ui.h;h=731f079790450a768f3360d95e1d3208809b1764;hb=8d81f121e5b68030eea5444c3ebad14d6a0bfa82;hp=df5a8a216ea91d1b302741b7c10fb9543745ddf4;hpb=bb9cc45cd22af67ac275a5e73accbe14fee664d8;p=ardour.git diff --git a/gtk2_ardour/send_ui.h b/gtk2_ardour/send_ui.h index df5a8a216e..731f079790 100644 --- a/gtk2_ardour/send_ui.h +++ b/gtk2_ardour/send_ui.h @@ -22,11 +22,10 @@ #include "gain_meter.h" #include "panner_ui.h" -#include "ardour_dialog.h" +#include "ardour_window.h" namespace ARDOUR { class Send; - class Session; class IOProcessor; } @@ -35,7 +34,7 @@ class IOSelector; class SendUI : public Gtk::HBox { public: - SendUI (Gtk::Window *, boost::shared_ptr, ARDOUR::Session&); + SendUI (Gtk::Window *, boost::shared_ptr, ARDOUR::Session*); ~SendUI(); void update (); @@ -47,7 +46,6 @@ class SendUI : public Gtk::HBox private: boost::shared_ptr _send; - ARDOUR::Session& _session; GainMeter _gpm; PannerUI _panners; Gtk::VBox _vbox; @@ -56,14 +54,14 @@ class SendUI : public Gtk::HBox sigc::connection screen_update_connection; sigc::connection fast_screen_update_connection; - void ins_changed (ARDOUR::IOChange, void*); void outs_changed (ARDOUR::IOChange, void*); + PBD::ScopedConnectionList connections; }; -class SendUIWindow : public ArdourDialog +class SendUIWindow : public ArdourWindow { public: - SendUIWindow(boost::shared_ptr, ARDOUR::Session&); + SendUIWindow(boost::shared_ptr, ARDOUR::Session*); ~SendUIWindow(); SendUI* ui; @@ -71,8 +69,7 @@ class SendUIWindow : public ArdourDialog private: Gtk::HBox hpacker; - void send_going_away (); - sigc::connection going_away_connection; + PBD::ScopedConnection going_away_connection; }; #endif /* __ardour_gtk_send_ui_h__ */