X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_dialog.h;h=1aff36c8ccb629395cee4c46c2e20d41022fda4d;hb=fadcfcf48ea29d2f9031de840da3c730f0a3e7a6;hp=0d91baf22d354ba6662a72bd6f2a925e6e94cfa7;hpb=aaaa51f6d9eda60ab3b3d182c6d2a7a5bda375aa;p=dcpomatic.git diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h index 0d91baf22..1aff36c8c 100644 --- a/src/wx/timeline_dialog.h +++ b/src/wx/timeline_dialog.h @@ -33,14 +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; };