diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-07 01:57:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-07 01:57:14 +0100 |
| commit | 07de8b0243b175e6881fbbcb10c07f5e39dc2221 (patch) | |
| tree | d4ad6d3ce4cdbc60fd7eb5d78fc0610f4cea825e /src/wx/timing_panel.h | |
| parent | 031564554ff22efa72bc36c0f058d77056aa8373 (diff) | |
Simplify timing.
Diffstat (limited to 'src/wx/timing_panel.h')
| -rw-r--r-- | src/wx/timing_panel.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h index 400305c1a..961f04a40 100644 --- a/src/wx/timing_panel.h +++ b/src/wx/timing_panel.h @@ -50,14 +50,26 @@ private: FilmViewer* _viewer; + wxStaticText* _h_label; + wxStaticText* _m_label; + wxStaticText* _s_label; + wxStaticText* _f_label; + wxStaticText* _colon[3]; + wxStaticText* _tip; + wxStaticText* _position_label; Timecode<DCPTime>* _position; wxButton* _move_to_start_of_reel; + wxStaticText* _full_length_label; Timecode<DCPTime>* _full_length; + wxStaticText* _trim_start_label; Timecode<ContentTime>* _trim_start; wxButton* _trim_start_to_playhead; wxButton* _trim_end_to_playhead; + wxStaticText* _trim_end_label; Timecode<ContentTime>* _trim_end; + wxStaticText* _play_length_label; Timecode<DCPTime>* _play_length; + wxStaticText* _video_frame_rate_label; wxTextCtrl* _video_frame_rate; wxButton* _set_video_frame_rate; }; |
