From e2757229a74a17a76682b6c72868d8e4822b7678 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 15 Nov 2011 19:33:09 +0000 Subject: provide link-editor-and-mixer-selection option. gui implementation is slightly hacky because of the implicit endless loop that the link creates git-svn-id: svn://localhost/ardour2/branches/3.0@10624 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/selection.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/selection.h') diff --git a/gtk2_ardour/selection.h b/gtk2_ardour/selection.h index ded71c65e5..c474faa5b2 100644 --- a/gtk2_ardour/selection.h +++ b/gtk2_ardour/selection.h @@ -104,6 +104,8 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList sigc::signal MidiNotesChanged; sigc::signal MidiRegionsChanged; + void block_tracks_changed (bool); + void clear (); bool empty (bool internal_selection = false); @@ -204,6 +206,7 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList PublicEditor const * editor; uint32_t next_time_id; + bool _no_tracks_changed; }; bool operator==(const Selection& a, const Selection& b); -- cgit v1.2.3