Move display_player_video into SimpleVideoView.
[dcpomatic.git] / src / wx / simple_video_view.h
index 686a1a1f3cc83c686569a617dafd605e677aac39..8527cdbe77424af52c6ec2a9f4c04b2a310ccf63 100644 (file)
@@ -38,9 +38,15 @@ public:
 
        void update ();
 
+       void start ();
+
 private:
        void paint ();
+       void timer ();
+       bool get (bool lazy);
+       void display_player_video ();
 
        wxPanel* _panel;
        boost::shared_ptr<const Image> _image;
+       wxTimer _timer;
 };