Use sys::path and SessionDirectory in Session::find_all_sources for portability
[ardour.git] / gtk2_ardour / selection.h
index 00bc6eeaaaed697fb89aef3d5e68fd70582d1266..868163d04f571a3059b2e25dce60d2aaf38b24b3 100644 (file)
@@ -45,6 +45,10 @@ namespace ARDOUR {
        class AutomationList;
 }
 
+/// Lists of selected things
+
+/** The Selection class holds lists of selected items (tracks, regions, etc. etc.). */
+
 class Selection : public sigc::trackable 
 {
   public:
@@ -149,6 +153,7 @@ class Selection : public sigc::trackable
        void clear_points ();
 
        void foreach_region (void (ARDOUR::Region::*method)(void));
+       void foreach_regionview (void (RegionView::*method)(void));
        template<class A> void foreach_region (void (ARDOUR::Region::*method)(A), A arg);
 
   private: