X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_dialog.h;h=62649a5f2a06f7ff1dee71900d09bcc7622857b4;hb=4219d4b76c5cd5690b1f4fa0c248d93ced26d05a;hp=e9156b89edba0656b7b16422a46efc78f3bc1c54;hpb=c554c20be02b4a518be1be4266f90b88df9d5bd6;p=dcpomatic.git diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h index e9156b89e..62649a5f2 100644 --- a/src/wx/timeline_dialog.h +++ b/src/wx/timeline_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2016 Carl Hetherington + Copyright (C) 2013-2019 Carl Hetherington This file is part of DCP-o-matic. @@ -28,19 +28,17 @@ class Playlist; class TimelineDialog : public wxDialog { public: - TimelineDialog (ContentPanel *, boost::shared_ptr); + TimelineDialog (ContentPanel *, boost::shared_ptr, boost::weak_ptr viewer); void set_selection (ContentList selection); private: - 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; wxToolBar* _toolbar; - wxToolBarToolBase* _snap; - wxToolBarToolBase* _sequence; boost::signals2::scoped_connection _film_changed_connection; };