X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fsend_ui.h;h=c32068ee47cabca3f61fcec64462fde139301169;hb=333817557d0063b7204ca95cd40176f99d7a1f1d;hp=284f078234ec14b822fd291945419afceeaa31c2;hpb=2c231282baa596219506c1ee4632708977cc0714;p=ardour.git diff --git a/gtk2_ardour/send_ui.h b/gtk2_ardour/send_ui.h index 284f078234..c32068ee47 100644 --- a/gtk2_ardour/send_ui.h +++ b/gtk2_ardour/send_ui.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 Paul Davis + Copyright (C) 2002 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,7 +26,6 @@ namespace ARDOUR { class Send; - class Session; class IOProcessor; } @@ -35,7 +34,7 @@ class IOSelector; class SendUI : public Gtk::HBox { public: - SendUI (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; @@ -55,15 +53,15 @@ 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 { public: - SendUIWindow(boost::shared_ptr, ARDOUR::Session&); + SendUIWindow(boost::shared_ptr, ARDOUR::Session*); ~SendUIWindow(); SendUI* ui; @@ -72,7 +70,7 @@ class SendUIWindow : public ArdourDialog Gtk::HBox hpacker; void send_going_away (); - sigc::connection going_away_connection; + PBD::ScopedConnection going_away_connection; }; #endif /* __ardour_gtk_send_ui_h__ */