X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_dialog.h;h=1aff36c8ccb629395cee4c46c2e20d41022fda4d;hb=34de47c27c747c7f4c45c2586bcd75d3182a3de5;hp=c970b3b41295c2194f5a04c5fb8598f2a0b21247;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h index c970b3b41..1aff36c8c 100644 --- a/src/wx/timeline_dialog.h +++ b/src/wx/timeline_dialog.h @@ -33,13 +33,12 @@ public: void set_selection (ContentList selection); private: - void snap_toggled (); - void sequence_toggled (); - void film_changed (Film::Property); + void film_change (ChangeType type, Film::Property); + void tool_clicked (wxCommandEvent& id); + wxString bitmap_path (std::string name); boost::weak_ptr _film; Timeline _timeline; - wxCheckBox* _snap; - wxCheckBox* _sequence; + wxToolBar* _toolbar; boost::signals2::scoped_connection _film_changed_connection; };