more solo model work, including a GUI fix for mute button state when the route is...
[ardour.git] / gtk2_ardour / editor_group_tabs.h
index 0b0ea9f65d94f4336b94c84938a37f5093dc4d82..4dc447da1796f7621d49f323db8fd6cc0051f593 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2009 Paul Davis 
+    Copyright (C) 2009 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -31,10 +31,10 @@ private:
        std::list<Tab> compute_tabs () const;
        void draw_tab (cairo_t *, Tab const &) const;
        double primary_coordinate (double, double) const;
-       void reflect_tabs (std::list<Tab> const &);
+       ARDOUR::RouteList routes_for_tab (Tab const *) const;
        double extent () const {
                return _height;
        }
-       
-       Editor* _editor;
+       Gtk::Menu* get_menu (ARDOUR::RouteGroup* g);
+       ARDOUR::RouteGroup* new_route_group () const;
 };