(from 2.x) make sure that F4 is bound to the real separate action, not the Separate...
[ardour.git] / gtk2_ardour / mixer_group_tabs.h
index 6f92c834e8ab5ab5f16a924ccdc3fa90295eb4d3..8a2e06bc45f609dba5534dfb6b5b60a31515b2f4 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
@@ -30,17 +30,15 @@ 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 _width;
        }
-       Gtk::Menu* get_menu (ARDOUR::RouteGroup* g);
 
-       void edit_group (ARDOUR::RouteGroup *);
-       void remove_group (ARDOUR::RouteGroup *);
-       void make_subgroup (ARDOUR::RouteGroup *);
-       void destroy_subgroup (ARDOUR::RouteGroup *);
+       PBD::PropertyList default_properties () const;
+       std::string order_key () const;
+       ARDOUR::RouteList selected_routes () const;
+       void sync_order_keys ();
 
        Mixer_UI* _mixer;
-       Gtk::Menu* _menu;
 };