more movement of code and members from Editor => EditingContext

This commit is contained in:
Paul Davis 2023-11-19 11:37:31 -07:00
parent e9d63a707a
commit 4398fe931b
7 changed files with 347 additions and 399 deletions

View file

@ -33,6 +33,8 @@ class CueEditor : public EditingContext
void get_regionviews_by_id (PBD::ID const id, RegionSelection & regions) const;
StripableTimeAxisView* get_stripable_time_axis_by_id (const PBD::ID& id) const;
TrackViewList axis_views_from_routes (std::shared_ptr<ARDOUR::RouteList>) const;
AxisView* axis_view_by_stripable (std::shared_ptr<ARDOUR::Stripable>) const { return nullptr; }
AxisView* axis_view_by_control (std::shared_ptr<ARDOUR::AutomationControl>) const { return nullptr; }
ARDOUR::Location* find_location_from_marker (ArdourMarker*, bool&) const;
ArdourMarker* find_marker_from_location_id (PBD::ID const&, bool) const;