mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
initial round of work to support new edit point option, and removal of edit cursor
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2605 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5cd58a2e8b
commit
998771e57d
14 changed files with 348 additions and 89 deletions
|
|
@ -106,11 +106,11 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway
|
|||
virtual void separate_region_from_selection () = 0;
|
||||
virtual void toggle_playback (bool with_abort) = 0;
|
||||
virtual void transition_to_rolling (bool fwd) = 0;
|
||||
virtual nframes_t unit_to_frame (double unit) = 0;
|
||||
virtual double frame_to_unit (nframes_t frame) = 0;
|
||||
virtual double frame_to_unit (double frame) = 0;
|
||||
virtual nframes64_t pixel_to_frame (double pixel) = 0;
|
||||
virtual gulong frame_to_pixel (nframes64_t frame) = 0;
|
||||
virtual nframes_t unit_to_frame (double unit) const = 0;
|
||||
virtual double frame_to_unit (nframes_t frame) const = 0;
|
||||
virtual double frame_to_unit (double frame) const = 0;
|
||||
virtual nframes64_t pixel_to_frame (double pixel) const = 0;
|
||||
virtual gulong frame_to_pixel (nframes64_t frame) const = 0;
|
||||
virtual Selection& get_selection() const = 0;
|
||||
virtual Selection& get_cut_buffer() const = 0;
|
||||
virtual bool extend_selection_to_track (TimeAxisView&) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue