mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
support group-override when starting a new Range selection
This commit is contained in:
parent
6089ae9314
commit
419f934ecd
4 changed files with 19 additions and 14 deletions
|
|
@ -51,6 +51,7 @@
|
|||
#include "gtkmm2ext/bindings.h"
|
||||
#include "gtkmm2ext/dndtreeview.h"
|
||||
|
||||
#include "pbd/controllable.h"
|
||||
#include "pbd/stateful.h"
|
||||
#include "pbd/signals.h"
|
||||
|
||||
|
|
@ -830,7 +831,7 @@ private:
|
|||
|
||||
bool set_selected_control_point_from_click (bool press, Selection::Operation op = Selection::Set);
|
||||
void set_selected_track_from_click (bool press, Selection::Operation op = Selection::Set, bool no_remove=false);
|
||||
void set_selected_track_as_side_effect (Selection::Operation op);
|
||||
void set_selected_track_as_side_effect (Selection::Operation op, PBD::Controllable::GroupControlDisposition gcd = PBD::Controllable::UseGroup);
|
||||
bool set_selected_regionview_from_click (bool press, Selection::Operation op = Selection::Set);
|
||||
|
||||
bool set_selected_regionview_from_map_event (GdkEventAny*, StreamView*, boost::weak_ptr<ARDOUR::Region>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue