diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-14 23:23:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-14 23:23:02 +0100 |
| commit | 7a1518407fb4a78637e58326741ba37ba8dab09b (patch) | |
| tree | 69f3ca33b10d7b8266eb53bf74cd2b0e03fffc5d /src/wx/controls.h | |
| parent | 06047ebed43ed6203da501e230792f137d871654 (diff) | |
White space: controls.{cc,h}
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index 75bae9bb3..109109f2c 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -54,28 +54,28 @@ namespace dcp { class Controls : public wxPanel { public: - Controls ( + Controls( wxWindow* parent, FilmViewer &, bool editor_controls = true ); - void set_film (std::shared_ptr<Film> film); + void set_film(std::shared_ptr<Film> film); - virtual void play () {}; - virtual void stop () {}; - void seek (int slider); + virtual void play() {}; + virtual void stop() {}; + void seek(int slider); - std::shared_ptr<Film> film () const; - void back_frame (); - void forward_frame (); + std::shared_ptr<Film> film() const; + void back_frame(); + void forward_frame(); protected: - virtual void started (); - virtual void stopped (); - virtual void setup_sensitivity (); - virtual void config_changed (int property); + virtual void started(); + virtual void stopped(); + virtual void setup_sensitivity(); + virtual void config_changed(int property); wxSizer* _v_sizer; wxBoxSizer* _button_sizer; @@ -87,22 +87,22 @@ protected: private: - void update_position_label (); - void update_position_slider (); - void rewind_clicked (wxMouseEvent &); - void back_clicked (wxKeyboardState& s); - void forward_clicked (wxKeyboardState &); - void slider_moved (bool page); - void slider_released (); - void frame_number_clicked (); - void jump_to_selected_clicked (); - void timecode_clicked (); - void active_jobs_changed (boost::optional<std::string>); - dcpomatic::DCPTime nudge_amount (wxKeyboardState& ev); - void image_changed (std::weak_ptr<PlayerVideo>); - void outline_content_changed (); - void eye_changed (); - void update_position (); + void update_position_label(); + void update_position_slider(); + void rewind_clicked(wxMouseEvent &); + void back_clicked(wxKeyboardState& s); + void forward_clicked(wxKeyboardState &); + void slider_moved(bool page); + void slider_released(); + void frame_number_clicked(); + void jump_to_selected_clicked(); + void timecode_clicked(); + void active_jobs_changed(boost::optional<std::string>); + dcpomatic::DCPTime nudge_amount(wxKeyboardState& ev); + void image_changed(std::weak_ptr<PlayerVideo>); + void outline_content_changed(); + void eye_changed(); + void update_position(); void film_change(ChangeType, FilmProperty); typedef std::pair<std::shared_ptr<dcp::CPL>, boost::filesystem::path> CPL; |
