From 7c950f279b4297b5fe43c622caa538329a554b4d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Aug 2007 21:31:02 +0000 Subject: Pulled tempo line stuff out into it's own relatively self-contained class. Draw tempo lines on time canvas and connect them up all pretty-like to the ruler ticks. Still needs some visual tweaking, but... they draw! Finally! git-svn-id: svn://localhost/ardour2/trunk@2247 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/public_editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/public_editor.h') diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h index ffd34469c8..746df6aaa9 100644 --- a/gtk2_ardour/public_editor.h +++ b/gtk2_ardour/public_editor.h @@ -181,6 +181,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway virtual void play_selection () = 0; virtual void set_show_measures (bool yn) = 0; virtual bool show_measures () const = 0; + virtual bool redraw_measures () = 0; /** Open an export dialogue for the whole session */ virtual void export_session () = 0; -- cgit v1.2.3