add solo isolate indicator in editor route list

git-svn-id: svn://localhost/ardour2/branches/3.0@6343 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-12-10 20:51:35 +00:00
parent 2f350c491e
commit 6ab765e8fa
9 changed files with 113 additions and 22 deletions

View file

@ -192,6 +192,8 @@ class RouteUI : public virtual AxisView
void open_remote_control_id_dialog ();
static int solo_visual_state (boost::shared_ptr<ARDOUR::Route>);
static int solo_visual_state_with_isolate (boost::shared_ptr<ARDOUR::Route>);
static int solo_isolate_visual_state (boost::shared_ptr<ARDOUR::Route>);
static int mute_visual_state (ARDOUR::Session &, boost::shared_ptr<ARDOUR::Route>);
protected: