summaryrefslogtreecommitdiff
path: root/src/wx/timeline.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-19 22:30:55 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-19 22:30:55 +0100
commit7bc94f069f011a1a7e8554aa5cc88167e409c1f8 (patch)
treeeb3c8a25c3d51e51a82807c05128fb3608deef47 /src/wx/timeline.h
parentb5362c8fe1244506e05d18c93026150886171b8f (diff)
Draw reels in the timeline.
Diffstat (limited to 'src/wx/timeline.h')
-rw-r--r--src/wx/timeline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h
index 2afd0d194..e8becf906 100644
--- a/src/wx/timeline.h
+++ b/src/wx/timeline.h
@@ -31,6 +31,7 @@ class Film;
class ContentPanel;
class TimelineView;
class TimelineTimeAxisView;
+class TimelineReelsView;
class Timeline : public wxPanel
{
@@ -96,6 +97,7 @@ private:
boost::weak_ptr<Film> _film;
TimelineViewList _views;
boost::shared_ptr<TimelineTimeAxisView> _time_axis_view;
+ boost::shared_ptr<TimelineReelsView> _reels_view;
int _tracks;
boost::optional<double> _pixels_per_second;
bool _left_down;