Move display_player_video into SimpleVideoView.
[dcpomatic.git] / src / wx / simple_video_view.h
index 8b3ec9f0bda91233857c978b25116c99baf46d20..8527cdbe77424af52c6ec2a9f4c04b2a310ccf63 100644 (file)
@@ -36,10 +36,17 @@ public:
                return _panel;
        }
 
+       void update ();
+
+       void start ();
+
 private:
        void paint ();
+       void timer ();
+       bool get (bool lazy);
+       void display_player_video ();
 
-       FilmViewer* _viewer;
        wxPanel* _panel;
        boost::shared_ptr<const Image> _image;
+       wxTimer _timer;
 };