X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fmixer_group_tabs.h;h=5f15255c5c912f7def68f77d900b91c94e2b6525;hb=5e7c7e52bd482dbdf8629b284781543975672766;hp=f0fba2932f43c1e1899390f676f77d640e1e06bb;hpb=49928d3fa3d96942deffe70c5845175986b1ce44;p=ardour.git diff --git a/gtk2_ardour/mixer_group_tabs.h b/gtk2_ardour/mixer_group_tabs.h index f0fba2932f..5f15255c5c 100644 --- a/gtk2_ardour/mixer_group_tabs.h +++ b/gtk2_ardour/mixer_group_tabs.h @@ -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,10 +30,13 @@ private: std::list compute_tabs () const; void draw_tab (cairo_t *, Tab const &) const; double primary_coordinate (double, double) const; - void reflect_tabs (std::list const &); + ARDOUR::RouteList routes_for_tab (Tab const *) const; double extent () const { - return _width; + return get_width(); } - + + ARDOUR::RouteList selected_routes () const; + void sync_order_keys (); + Mixer_UI* _mixer; };