X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmixer_group_tabs.h;h=8a2e06bc45f609dba5534dfb6b5b60a31515b2f4;hb=87e332fd1c89d74a67b173fc7bc3f7136605ce46;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..8a2e06bc45 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,15 @@ 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; } - + + PBD::PropertyList default_properties () const; + std::string order_key () const; + ARDOUR::RouteList selected_routes () const; + void sync_order_keys (); + Mixer_UI* _mixer; };