summaryrefslogtreecommitdiff
path: root/src/wx/screens_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-23 20:41:16 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-23 21:23:25 +0100
commited0b5670e65647a9f0555ed66f81125678d193a7 (patch)
tree98fd1ce300a0ea2e437c0c50174e75292781010c /src/wx/screens_panel.h
parent15a1da99e3930860e160a6c94b87e5467c765fcf (diff)
Cleanup: add convert_to_lower() and matches_search().
Diffstat (limited to 'src/wx/screens_panel.h')
-rw-r--r--src/wx/screens_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/screens_panel.h b/src/wx/screens_panel.h
index e9cd8454d..73da029d0 100644
--- a/src/wx/screens_panel.h
+++ b/src/wx/screens_panel.h
@@ -74,6 +74,8 @@ private:
bool notify_cinemas_changed();
void clear_and_re_add();
void config_changed(Config::Property);
+ void convert_to_lower(std::string& s);
+ bool matches_search(std::shared_ptr<const Cinema> cinema, std::string lower_case_search);
std::shared_ptr<Cinema> item_to_cinema (wxTreeListItem item) const;
std::shared_ptr<dcpomatic::Screen> item_to_screen (wxTreeListItem item) const;