diff view/AlignmentView.h @ 868:99299949f965 alignment_view

Don't hide time-instant layers when switching modes; use them as source of key frames in alignment view
author Chris Cannam
date Fri, 17 Oct 2014 16:47:53 +0100
parents 99373ca20caf
children f2c63ec85901
line wrap: on
line diff
--- a/view/AlignmentView.h	Fri Oct 17 14:58:51 2014 +0100
+++ b/view/AlignmentView.h	Fri Oct 17 16:47:53 2014 +0100
@@ -40,6 +40,9 @@
     virtual void paintEvent(QPaintEvent *e);
     virtual bool shouldLabelSelections() const { return false; }
 
+    std::vector<int> getKeyFrames();
+    std::vector<int> getDefaultKeyFrames();
+
     View *m_above;
     View *m_below;
 };