mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
make all TimeAxisView derived types return PresentationInfo for sorting
This commit is contained in:
parent
050035e787
commit
eee83c25a9
8 changed files with 32 additions and 20 deletions
|
|
@ -73,6 +73,8 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
void set_samples_per_pixel (double);
|
||||
std::string name() const { return _name; }
|
||||
|
||||
ARDOUR::PresentationInfo const & presentation_info () const;
|
||||
|
||||
void add_automation_event (GdkEvent *, framepos_t, double, bool with_guard_points);
|
||||
|
||||
void clear_lines ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue