mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Implement Selection Marker class and events
This commit is contained in:
parent
cfba965db3
commit
1ee2675716
8 changed files with 30 additions and 0 deletions
|
|
@ -1728,6 +1728,7 @@ private:
|
|||
|
||||
bool canvas_ruler_event (GdkEvent* event, ArdourCanvas::Item*, ItemType);
|
||||
bool canvas_ruler_bar_event (GdkEvent* event, ArdourCanvas::Item*, ItemType, std::string const&);
|
||||
bool canvas_selection_marker_event (GdkEvent* event, ArdourCanvas::Item*);
|
||||
|
||||
bool canvas_videotl_bar_event (GdkEvent* event, ArdourCanvas::Item*);
|
||||
void update_video_timeline (bool flush = false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue