More automated renaming.
[dcpomatic.git] / src / wx / timeline_dialog.h
index dc583a9f08ca35c32b73d4e6d6977dfffcd86633..b7aaba14d92e16839968d4e20c386e637ec63597 100644 (file)
@@ -33,14 +33,12 @@ public:
        void set_selection (ContentList selection);
 
 private:
-       void snap_toggled ();
-       void sequence_toggled ();
        void film_changed (Film::Property);
-       void tool_changed (wxCommandEvent& id);
+       void tool_clicked (wxCommandEvent& id);
+       wxString bitmap_path (std::string name);
 
        boost::weak_ptr<Film> _film;
        Timeline _timeline;
-       wxCheckBox* _snap;
-       wxCheckBox* _sequence;
+       wxToolBar* _toolbar;
        boost::signals2::scoped_connection _film_changed_connection;
 };