X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Ftiming_panel.h;h=e0be2d74bf22dc5c5744bf6b97fee628a049f380;hb=5932cc8c99ff9704deab0eb309101ed00c4f570d;hp=65d8aabc94e124ce8cceeccdf8f885fc95f0d6d3;hpb=c370a1f38215f6461cf4366e6885757e7aa2b96a;p=dcpomatic.git diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h index 65d8aabc9..e0be2d74b 100644 --- a/src/wx/timing_panel.h +++ b/src/wx/timing_panel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington + Copyright (C) 2012-2020 Carl Hetherington This file is part of DCP-o-matic. @@ -20,6 +20,7 @@ #include "content_sub_panel.h" #include "timecode.h" +#include "suspender.h" class FilmViewer; @@ -57,19 +58,21 @@ private: wxStaticText* _colon[3]; wxStaticText* _tip; wxStaticText* _position_label; - Timecode* _position; + Timecode* _position; wxButton* _move_to_start_of_reel; wxStaticText* _full_length_label; - Timecode* _full_length; + Timecode* _full_length; wxStaticText* _trim_start_label; - Timecode* _trim_start; + Timecode* _trim_start; wxButton* _trim_start_to_playhead; wxButton* _trim_end_to_playhead; wxStaticText* _trim_end_label; - Timecode* _trim_end; + Timecode* _trim_end; wxStaticText* _play_length_label; - Timecode* _play_length; + Timecode* _play_length; wxStaticText* _video_frame_rate_label; wxTextCtrl* _video_frame_rate; wxButton* _set_video_frame_rate; + + Suspender _film_content_changed_suspender; };