From 1a7dc9ac997d7c103c07990db943d05d9bba4990 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 5 Oct 2022 00:51:48 +0200 Subject: Support drag and drop onto the content list (#1220). --- src/wx/content_panel.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/wx/content_panel.h') diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index eec062284..896c81880 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -113,6 +113,10 @@ public: return _film_viewer; } + void add_files(std::vector files); + void add_dcp(boost::filesystem::path dcp); + void add_folder(boost::filesystem::path folder); + boost::signals2::signal SelectionChanged; private: @@ -131,7 +135,6 @@ private: void setup_sensitivity (); void set_selected_state(int item, bool state); - void add_files (std::vector); std::list panels () const; LimitedSplitter* _splitter; -- cgit v1.2.3