From bb457bb960c5bd7ed538f9d31477293415739f68 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 Jan 2008 21:20:59 +0000 Subject: Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837. git-svn-id: svn://localhost/ardour2/trunk@2883 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/selection.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/selection.h') diff --git a/gtk2_ardour/selection.h b/gtk2_ardour/selection.h index 2b2db77360..17862e127b 100644 --- a/gtk2_ardour/selection.h +++ b/gtk2_ardour/selection.h @@ -102,7 +102,7 @@ class Selection : public sigc::trackable void set (TimeAxisView*); void set (const std::list&); - void set (RegionView*); + void set (RegionView*, bool also_clear_tracks = true); void set (std::vector&); long set (TimeAxisView*, nframes_t, nframes_t); void set (ARDOUR::AutomationList*); @@ -110,6 +110,7 @@ class Selection : public sigc::trackable void set (const std::list >&); void set (AutomationSelectable*); void set (Marker*); + void set (const RegionSelection&); void toggle (TimeAxisView*); void toggle (const std::list&); @@ -131,6 +132,7 @@ class Selection : public sigc::trackable void add (boost::shared_ptr); void add (const std::list >&); void add (Marker*); + void add (const RegionSelection&); void remove (TimeAxisView*); void remove (const std::list&); -- cgit v1.2.3