mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
change const some functions to const. (prepare lua bindings)
This commit is contained in:
parent
024cf58c05
commit
ec0ec95262
4 changed files with 5 additions and 4 deletions
|
|
@ -198,6 +198,7 @@ class PublicEditor : public Gtkmm2ext::Tabbable {
|
|||
virtual double sample_to_pixel (framepos_t frame) const = 0;
|
||||
virtual double sample_to_pixel_unrounded (framepos_t frame) const = 0;
|
||||
virtual Selection& get_selection () const = 0;
|
||||
virtual bool get_selection_extents (framepos_t &start, framepos_t &end) const = 0;
|
||||
virtual Selection& get_cut_buffer () const = 0;
|
||||
virtual void track_mixer_selection () = 0;
|
||||
virtual bool extend_selection_to_track (TimeAxisView&) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue