X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_viewer.h;h=04f8b9f7abcb2bfae7910d1d0ac6efbfe58ce62f;hb=646730bafee2435186335292235b72630587acdc;hp=4776d24b48cc37976a5036e3e991056117e5b9de;hpb=d2bd0c628fd0616fe3b7dd02bd955b2c07ab48d5;p=dcpomatic.git diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index 4776d24b4..04f8b9f7a 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington + Copyright (C) 2012-2016 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -44,6 +44,9 @@ public: return _position; } + void set_position (DCPTime p); + void set_coalesce_player_changes (bool c); + void refresh (); boost::signals2::signal)> ImageChanged; @@ -73,6 +76,8 @@ private: wxSizer* _v_sizer; wxPanel* _panel; wxCheckBox* _outline_content; + wxRadioButton* _left_eye; + wxRadioButton* _right_eye; wxSlider* _slider; wxButton* _back_button; wxButton* _forward_button; @@ -80,6 +85,8 @@ private: wxStaticText* _timecode; wxToggleButton* _play_button; wxTimer _timer; + bool _coalesce_player_changes; + bool _pending_player_change; boost::shared_ptr _frame; DCPTime _position;