mute and send-alert buttons are now ArdourButtons

git-svn-id: svn://localhost/ardour2/branches/3.0@10397 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-02 16:46:49 +00:00
parent 36803567f0
commit 592bfa3616
15 changed files with 91 additions and 69 deletions

View file

@ -79,7 +79,6 @@ class MonitorSection : public RouteUI
VolumeController* solo_cut_control;
void populate_buttons ();
void set_button_names ();
void map_state ();
boost::shared_ptr<ARDOUR::MonitorProcessor> _monitor;
@ -99,6 +98,7 @@ class MonitorSection : public RouteUI
void cut_all ();
void mono ();
void toggle_exclusive_solo ();
void set_button_names () {}
void toggle_mute_overrides_solo ();
void dim_level_changed ();
void solo_boost_changed ();