mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
timeline types conversion for editor_ops.cc
This commit is contained in:
parent
2a08e4bdaa
commit
5836a4f2b6
5 changed files with 506 additions and 492 deletions
|
|
@ -216,7 +216,7 @@ public:
|
|||
virtual double duration_to_pixels_unrounded (Temporal::timecnt_t const &) const = 0;
|
||||
|
||||
virtual Selection& get_selection () const = 0;
|
||||
virtual bool get_selection_extents (samplepos_t &start, samplepos_t &end) const = 0;
|
||||
virtual bool get_selection_extents (Temporal::timepos_t &start, Temporal::timepos_t &end) const = 0;
|
||||
virtual Selection& get_cut_buffer () const = 0;
|
||||
|
||||
virtual void set_selection (std::list<Selectable*>, Selection::Operation) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue