Subtitle rearrangements.
[dcpomatic.git] / src / wx / content_panel.h
index 1115aaf31c1f8cb44656e56957bcc9e6be118a67..f4e2dbae283f9efa5fa6361e6fcf32548925a362 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -59,13 +59,13 @@ public:
        }
 
        ContentList selected ();
-       VideoContentList selected_video ();
+       ContentList selected_video ();
        AudioContentList selected_audio ();
-       SubtitleContentList selected_subtitle ();
+       ContentList selected_subtitle ();
        FFmpegContentList selected_ffmpeg ();
 
        void add_file_clicked ();
-       void remove_clicked ();
+       bool remove_clicked (bool hotkey);
 
 private:
        void selection_changed ();
@@ -99,6 +99,7 @@ private:
        ContentMenu* _menu;
        TimelineDialog* _timeline_dialog;
        wxNotebook* _parent;
+       ContentList _last_selected;
 
        boost::shared_ptr<Film> _film;
        FilmViewer* _film_viewer;