Reinstate subtitle list view.
[dcpomatic.git] / src / wx / subtitle_view.h
index ac8e496ce00402baa1ec74e9c92f15f50f3c3ca2..f88bb490f5e1b928cbf9b7d8c766e9d45f805779 100644 (file)
@@ -18,6 +18,7 @@
 
 */
 
+#include "lib/content_subtitle.h"
 #include <boost/shared_ptr.hpp>
 #include <wx/wx.h>
 #include <wx/listctrl.h>
@@ -30,5 +31,9 @@ public:
        SubtitleView (wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<Decoder>, DCPTime position);
 
 private:
+       void data (ContentTextSubtitle cts);
+
        wxListCtrl* _list;
+       int _subs;
+       boost::optional<FrameRateChange> _frc;
 };