Add option to collect a route group, so that its member routes are reordered to be together in the editor. A few cleanups along the way.

git-svn-id: svn://localhost/ardour2/branches/3.0@5319 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-07-04 13:44:01 +00:00
parent 36564e4f91
commit 40b0b216de
7 changed files with 78 additions and 17 deletions

View file

@ -65,8 +65,9 @@ private:
void activate_all ();
void disable_all ();
void subgroup (ARDOUR::RouteGroup*);
void unsubgroup (ARDOUR::RouteGroup*);
void subgroup (ARDOUR::RouteGroup *);
void unsubgroup (ARDOUR::RouteGroup *);
void collect (ARDOUR::RouteGroup *);
void row_change (const Gtk::TreeModel::Path&,const Gtk::TreeModel::iterator&);
void name_edit (const Glib::ustring&, const Glib::ustring&);