remove editor/mixer selection change signals; make editor and mixer use PresentationInfo::Change more correctly; make Selection a bit smarter when setting track selection

This commit is contained in:
Paul Davis 2017-01-27 19:18:33 +01:00
parent 4821def173
commit cc82fc675b
14 changed files with 181 additions and 186 deletions

View file

@ -207,7 +207,6 @@ class PublicEditor : public Gtkmm2ext::Tabbable {
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;
virtual void play_selection () = 0;
virtual void play_with_preroll () = 0;