meta-fy handling of button2, to deal with apple's messed up design decisions; on...
[ardour.git] / gtk2_ardour / region_selection.h
index 5c05a813f9464127ad7ee5560a21fb4cb2c867d2..6b5ae9c0fbf98a5a772d2d950623be66458d7c07 100644 (file)
@@ -37,11 +37,13 @@ class RegionSelection : public std::list<RegionView*>, public sigc::trackable
 
        RegionSelection& operator= (const RegionSelection&);
 
-       void add (RegionView*);
+       bool 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 {