X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Froute_time_axis.h;h=5952ddfb316587bd25b9b82abb426111d33f920d;hb=10cb0a7646ae7da18e5e6f49b940a5e921a73b57;hp=beae6b52019f2d91d443fcb131ba8974debaa9ac;hpb=d5bb72975523a35e65d94605de2abff01c3e6ce7;p=ardour.git diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h index beae6b5201..5952ddfb31 100644 --- a/gtk2_ardour/route_time_axis.h +++ b/gtk2_ardour/route_time_axis.h @@ -70,9 +70,11 @@ class RouteGroupMenu; class RouteTimeAxisView : public RouteUI, public TimeAxisView { public: - RouteTimeAxisView (PublicEditor&, ARDOUR::Session*, boost::shared_ptr, ArdourCanvas::Canvas& canvas); + RouteTimeAxisView (PublicEditor&, ARDOUR::Session*, ArdourCanvas::Canvas& canvas); virtual ~RouteTimeAxisView (); + void set_route (boost::shared_ptr); + void show_selection (TimeSelection&); void set_button_names (); @@ -137,6 +139,8 @@ public: void meter_changed (); void effective_gain_display () { gm.effective_gain_display(); } + std::string state_id() const; + static void setup_slider_pix (); protected: