diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-19 22:30:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-19 22:30:55 +0100 |
| commit | 7bc94f069f011a1a7e8554aa5cc88167e409c1f8 (patch) | |
| tree | eb3c8a25c3d51e51a82807c05128fb3608deef47 /src/wx/timeline.h | |
| parent | b5362c8fe1244506e05d18c93026150886171b8f (diff) | |
Draw reels in the timeline.
Diffstat (limited to 'src/wx/timeline.h')
| -rw-r--r-- | src/wx/timeline.h | 2 |
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; |
