X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fautomation_streamview.h;h=eed0bb7bbb25e1292ede61379ee8a6aea92bedc7;hb=720292696a94c96d764e74b5e84fce09a1b3621c;hp=d058f0243451638314559facf7450c2d81a88c67;hpb=2a7ed69c28c5c4606ff13b3605b9bc9c3eba607d;p=ardour.git diff --git a/gtk2_ardour/automation_streamview.h b/gtk2_ardour/automation_streamview.h index d058f02434..eed0bb7bbb 100644 --- a/gtk2_ardour/automation_streamview.h +++ b/gtk2_ardour/automation_streamview.h @@ -40,7 +40,7 @@ class AutomationRegionView; class AutomationStreamView : public StreamView { - public: +public: AutomationStreamView (AutomationTimeAxisView& tv); ~AutomationStreamView (); @@ -60,13 +60,17 @@ class AutomationStreamView : public StreamView void clear (); - void get_selectables (ARDOUR::framepos_t, ARDOUR::framepos_t, double, double, std::list &); + void get_selectables (ARDOUR::framepos_t, ARDOUR::framepos_t, double, double, std::list &, bool within = false); void set_selected_points (PointSelection &); std::list > get_lines () const; - boost::shared_ptr paste_line (ARDOUR::framepos_t); - private: + bool paste (framepos_t pos, + unsigned paste_count, + float times, + boost::shared_ptr list); + +private: void setup_rec_box (); RegionView* add_region_view_internal (boost::shared_ptr, bool wait_for_data, bool recording = false);