comparison 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
comparison
equal deleted inserted replaced
867:99373ca20caf 868:99299949f965
38 38
39 protected: 39 protected:
40 virtual void paintEvent(QPaintEvent *e); 40 virtual void paintEvent(QPaintEvent *e);
41 virtual bool shouldLabelSelections() const { return false; } 41 virtual bool shouldLabelSelections() const { return false; }
42 42
43 std::vector<int> getKeyFrames();
44 std::vector<int> getDefaultKeyFrames();
45
43 View *m_above; 46 View *m_above;
44 View *m_below; 47 View *m_below;
45 }; 48 };
46 49
47 #endif 50 #endif