diff options
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index b169aee7f..c34cd73e0 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -47,6 +47,7 @@ public: FilmEditor (boost::shared_ptr<Film>, wxWindow *); void set_film (boost::shared_ptr<Film>); + void set_selection (boost::weak_ptr<Content>); boost::signals2::signal<void (std::string)> FileChanged; @@ -93,6 +94,8 @@ private: void audio_stream_changed (wxCommandEvent &); void subtitle_stream_changed (wxCommandEvent &); void audio_mapping_changed (AudioMapping); + void start_changed (); + void length_changed (); /* Handle changes to the model */ void film_changed (Film::Property); |
