mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Apply Select property of route groups at the Selection object level. Accordingly
simplify code related to selecting tracks. Add a TrackViewList object rather than "abusing" TrackSelection in lots of places. git-svn-id: svn://localhost/ardour2/branches/3.0@6358 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8687895abb
commit
034db5fb1c
17 changed files with 192 additions and 240 deletions
|
|
@ -125,7 +125,6 @@ public:
|
|||
void destroy_subgroup ();
|
||||
|
||||
boost::shared_ptr<RouteList> route_list() { return routes; }
|
||||
boost::shared_ptr<RouteList> route_list (Property forProperty);
|
||||
|
||||
sigc::signal<void> changed;
|
||||
sigc::signal<void,void*> FlagsChanged;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue