summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-01-24 01:31:42 +0000
committerCarl Hetherington <carl@carlh.net>2012-01-24 01:31:42 +0000
commita0723271459cd3124a3ded4a961fd0d90ddc3aa3 (patch)
treeaef027d013e725e16fbcfe2e08eda84475fc5c54 /gtk2_ardour/public_editor.h
parentd0ef18e94e107914f55de218889088f928faff3a (diff)
Tidy up RegionLayeringOrderEditor a bit. Add GPL boilerplate. Make it respect edit groups (#3432).
git-svn-id: svn://localhost/ardour2/branches/3.0@11324 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 7a755b614f..9e4b9884de 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -395,6 +395,8 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
virtual void snap_to_with_modifier (framepos_t &, GdkEvent const *, int32_t direction = 0, bool for_mark = false) = 0;
+ virtual void get_regions_at (RegionSelection &, framepos_t where, TrackViewList const &) const = 0;
+
/// Singleton instance, set up by Editor::Editor()
static PublicEditor* _instance;