X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsimple_video_view.h;h=e8bb932e44ad3933c769c770ecaea3413b60436f;hb=edfb627f1226814ac804473b54d781ffd6db2700;hp=8b3ec9f0bda91233857c978b25116c99baf46d20;hpb=6743eacf57a1209270f4021684425865bb72b00f;p=dcpomatic.git diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h index 8b3ec9f0b..e8bb932e4 100644 --- a/src/wx/simple_video_view.h +++ b/src/wx/simple_video_view.h @@ -36,10 +36,16 @@ public: return _panel; } + void update (); + void start (); + bool display_next_frame (bool non_blocking); + private: void paint (); + void timer (); + void display_player_video (); - FilmViewer* _viewer; wxPanel* _panel; boost::shared_ptr _image; + wxTimer _timer; };