summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-01-07 19:15:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-01-07 19:15:33 +0000
commit2e30bdba9f4841fd050c7ef4e960617761b85453 (patch)
treec76bad6e50378208f2d8bcf4c7cf395100016c89 /gtk2_ardour/streamview.h
parented6545eb5b360afc1a11f3dec0bb553a11e64436 (diff)
select-by-pitch from the piano roll header (inspired by Rosegarden); some improvements underway to controller/automation menu, but still broken there
git-svn-id: svn://localhost/ardour2/branches/3.0@6466 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index d28dc37133..b32d75d5ac 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -87,8 +87,11 @@ public:
Gdk::Color get_region_color () const { return region_color; }
void apply_color (Gdk::Color&, ColorTarget t);
+ uint32_t num_selected_regionviews () const;
+
RegionView* find_view (boost::shared_ptr<const ARDOUR::Region>);
void foreach_regionview (sigc::slot<void,RegionView*> slot);
+ void foreach_selected_regionview (sigc::slot<void,RegionView*> slot);
void set_selected_regionviews (RegionSelection&);
void get_selectables (nframes_t, nframes_t, double, double, std::list<Selectable* >&);