Add option to collect a route group, so that its member routes are reordered to be...
[ardour.git] / gtk2_ardour / editor_route_groups.h
index 02d5bac59c88262921b100648e99bbe9aeb2092f..d87c8f5c834c744876d617b0f52d0509945d49af 100644 (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&);