diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-13 22:43:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-27 22:41:38 +0200 |
| commit | 4e6e9f6303a0ea00c2bbc2978bde6f9284f6e02f (patch) | |
| tree | b4c134cd038e9aa79761a6eebbe18cd8f298699c /src/wx/markers_panel.h | |
| parent | 492c0d0597230e680e7b59800d4f6e26d6a82e5e (diff) | |
White space: markers_panel.{cc,h}
Diffstat (limited to 'src/wx/markers_panel.h')
| -rw-r--r-- | src/wx/markers_panel.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/wx/markers_panel.h b/src/wx/markers_panel.h index 3f43ee7d2..45caf9c4e 100644 --- a/src/wx/markers_panel.h +++ b/src/wx/markers_panel.h @@ -36,29 +36,29 @@ class MarkersPanel : public wxPanel public: MarkersPanel(wxWindow* parent, FilmViewer& viewer); - void set_film (std::weak_ptr<Film> film); + void set_film(std::weak_ptr<Film> film); private: - void paint (); - void mouse_moved (wxMouseEvent& ev); - void mouse_left_down (); - void mouse_right_down (wxMouseEvent& ev); - int position (dcpomatic::DCPTime time, int width) const; - void move_marker_to_current_position (); - void remove_marker (); - void add_marker (wxCommandEvent& ev); + void paint(); + void mouse_moved(wxMouseEvent& ev); + void mouse_left_down(); + void mouse_right_down(wxMouseEvent& ev); + int position(dcpomatic::DCPTime time, int width) const; + void move_marker_to_current_position(); + void remove_marker(); + void add_marker(wxCommandEvent& ev); void film_changed(ChangeType type, FilmProperty property); - void update_from_film (std::shared_ptr<Film> film); + void update_from_film(std::shared_ptr<Film> film); wxTipWindow* _tip = nullptr; class Marker { public: - Marker () {} + Marker() {} - Marker (dcpomatic::DCPTime t, bool b) - : time (t) - , line_before_label (b) + Marker(dcpomatic::DCPTime t, bool b) + : time(t) + , line_before_label(b) {} dcpomatic::DCPTime time; |
