Allow route groups to color their tracks (remainder of

#4064).


git-svn-id: svn://localhost/ardour2/branches/3.0@10043 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-08-31 19:14:12 +00:00
parent f3a6b8a9ba
commit 881b5a43e7
11 changed files with 73 additions and 15 deletions

View file

@ -57,6 +57,8 @@ class RouteUI : public virtual AxisView
virtual ~RouteUI();
Gdk::Color color () const;
virtual void set_route (boost::shared_ptr<ARDOUR::Route>);
virtual void set_button_names () = 0;