mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
refactor the "selectables" API to allow use within separate (e.g. cue) editors
This commit is contained in:
parent
83ea6e18b5
commit
4b8c51574d
26 changed files with 104 additions and 36 deletions
|
|
@ -62,7 +62,7 @@ public:
|
|||
|
||||
void clear ();
|
||||
|
||||
void get_selectables (Temporal::timepos_t const &, Temporal::timepos_t const &, double, double, std::list<Selectable*> &, bool within = false);
|
||||
void _get_selectables (Temporal::timepos_t const &, Temporal::timepos_t const &, double, double, std::list<Selectable*> &, bool within);
|
||||
void set_selected_points (PointSelection &);
|
||||
|
||||
std::list<std::shared_ptr<AutomationLine> > get_lines () const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue