summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-10-20 00:05:31 +0000
committerCarl Hetherington <carl@carlh.net>2011-10-20 00:05:31 +0000
commitabedf1fae33bb1215d4e2f2c3b84e1ced80a6e9d (patch)
tree828c6814006549cdaffe3c6ff3b9dee54b6ae1dc /gtk2_ardour/public_editor.h
parent0bc8832e208154a0f172d34182ed6b0bc8bba52f (diff)
Save marker selection state in instant.xml (#4203).
git-svn-id: svn://localhost/ardour2/branches/3.0@10245 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 0a927c5921..f5d7dad522 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -384,6 +384,9 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
virtual void get_pointer_position (double &, double &) const = 0;
+ virtual ARDOUR::Location* find_location_from_marker (Marker *, bool &) const = 0;
+ virtual Marker* find_marker_from_location_id (PBD::ID const &, bool) const = 0;
+
/// Singleton instance, set up by Editor::Editor()
static PublicEditor* _instance;