summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_panel.h')
-rw-r--r--src/wx/content_panel.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index e177c0f1e..33a7866e4 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -81,7 +81,10 @@ public:
boost::signals2::signal<void (void)> SelectionChanged;
private:
- void selection_changed ();
+ void item_selected ();
+ void item_deselected ();
+ void item_deselected_idle ();
+ void check_selection ();
void add_folder_clicked ();
void add_dcp_clicked ();
void earlier_clicked ();
@@ -119,4 +122,5 @@ private:
boost::shared_ptr<Film> _film;
FilmViewer* _film_viewer;
bool _generally_sensitive;
+ bool _ignore_deselect;
};