X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fscreens_panel.h;h=b469c19e307dc49d32758588c33489cc32127f80;hb=493ed4867d46e03a08905dd7a938a90c3262b58f;hp=e9cd8454dcd39af0968ba45c69441626f255fb7c;hpb=e90ff462412902a1e06878a0f34dc2e0323e738c;p=dcpomatic.git diff --git a/src/wx/screens_panel.h b/src/wx/screens_panel.h index e9cd8454d..b469c19e3 100644 --- a/src/wx/screens_panel.h +++ b/src/wx/screens_panel.h @@ -74,6 +74,9 @@ 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 cinema, std::string lower_case_search); + std::list> sorted_cinemas() const; std::shared_ptr item_to_cinema (wxTreeListItem item) const; std::shared_ptr item_to_screen (wxTreeListItem item) const;