summaryrefslogtreecommitdiff
path: root/src/wx/controls.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-10 12:53:28 +0100
committerCarl Hetherington <cth@carlh.net>2022-04-29 01:10:11 +0200
commitd394f2a171235fcbd5bdaf07c3b9b91529368538 (patch)
tree3c222790aba4c0f8905e1de03a2f01f0efe60f72 /src/wx/controls.h
parent7861a2f4fe15952d43323a64284afd71427d09f4 (diff)
Basic display of markers above the playback timeline (#1921).
Diffstat (limited to 'src/wx/controls.h')
-rw-r--r--src/wx/controls.h3
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;