diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-10 12:53:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-29 01:10:11 +0200 |
| commit | d394f2a171235fcbd5bdaf07c3b9b91529368538 (patch) | |
| tree | 3c222790aba4c0f8905e1de03a2f01f0efe60f72 /src/wx/controls.h | |
| parent | 7861a2f4fe15952d43323a64284afd71427d09f4 (diff) | |
Basic display of markers above the playback timeline (#1921).
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index 0341da290..5f7dc387a 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -38,7 +38,9 @@ class Content; class ContentView; class Film; class FilmViewer; +class MarkersPanel; class PlayerVideo; + class wxListCtrl; class wxToggleButton; @@ -77,6 +79,7 @@ protected: wxSizer* _v_sizer; wxBoxSizer* _button_sizer; std::shared_ptr<Film> _film; + MarkersPanel* _markers; wxSlider* _slider; std::weak_ptr<FilmViewer> _viewer; boost::optional<std::string> _active_job; |
