mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Brush Drag: refactor Brush-drag into its own Drag class (operation is still weird though)
This commit is contained in:
parent
69af0e6964
commit
45bd2c47d8
4 changed files with 129 additions and 84 deletions
|
|
@ -576,6 +576,8 @@ public:
|
|||
void do_remove_gaps ();
|
||||
void remove_gaps (samplecnt_t threshold, samplecnt_t leave, bool markers_too);
|
||||
|
||||
void mouse_brush_insert_region (RegionView*, samplepos_t pos);
|
||||
|
||||
void mouse_add_new_tempo_event (samplepos_t where);
|
||||
void mouse_add_new_meter_event (samplepos_t where);
|
||||
void edit_tempo_section (ARDOUR::TempoSection*);
|
||||
|
|
@ -1608,8 +1610,6 @@ private:
|
|||
bool can_remove_control_point (ArdourCanvas::Item*);
|
||||
void remove_control_point (ArdourCanvas::Item*);
|
||||
|
||||
void mouse_brush_insert_region (RegionView*, samplepos_t pos);
|
||||
|
||||
/* Canvas event handlers */
|
||||
|
||||
bool canvas_scroll_event (GdkEventScroll* event, bool from_canvas);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue