the edit cursor is dead, long live the edit point; plus a few fixes; plus location locking

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2610 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-11-09 03:36:24 +00:00
parent a8d2605f9a
commit 96fa1cd0b6
27 changed files with 462 additions and 214 deletions

View file

@ -155,7 +155,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway
virtual void remove_last_capture () = 0;
virtual void maximise_editing_space() = 0;
virtual void restore_editing_space() = 0;
virtual nframes_t edit_cursor_position(bool sync) = 0;
virtual nframes64_t get_preferred_edit_position () const = 0;
sigc::signal<void> ZoomFocusChanged;
sigc::signal<void> ZoomChanged;