From 143983948ecbdc9e9e4c4f3fe2541b2bea22be87 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 18 Jan 2007 03:06:15 +0000 Subject: more fun and games with selection logic git-svn-id: svn://localhost/ardour2/trunk@1353 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/region_selection.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/region_selection.h') diff --git a/gtk2_ardour/region_selection.h b/gtk2_ardour/region_selection.h index 5c05a813f9..2ccf347835 100644 --- a/gtk2_ardour/region_selection.h +++ b/gtk2_ardour/region_selection.h @@ -39,9 +39,11 @@ class RegionSelection : public std::list, public sigc::trackable void add (RegionView*); bool remove (RegionView*); - bool contains (RegionView*); void sort_by_position_and_track (); + bool contains (RegionView*) const; + bool involves (const TimeAxisView&) const; + void clear_all(); nframes_t start () const { -- cgit v1.2.3