Home
last modified time | relevance | path

Searched refs:have_choices (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/frontend/mame/ui/
H A Dutils.cpp183 virtual bool wants_adjuster() const override { return have_choices(); } in wants_adjuster()
187 …return ((have_choices() && m_selection) ? menu::FLAG_LEFT_ARROW : 0) | ((m_choices.size() > (m_sel… in arrow_flags()
192 if (!have_choices() || !m_selection) in adjust_left()
225 bool have_choices() const { return !m_choices.empty(); } in have_choices() function in ui::__anonfcb33e460111::choice_filter_impl_base
752 if (!have_choices()) in apply()
771 …virtual bool apply(ui_system_info const &system) const override { return !have_choices() || (selec… in apply()
1301 …virtual bool apply(ui_software_info const &info) const override { return !have_choices() || (selec… in apply()
1315 if (!have_choices()) in apply()
1364 if (!have_choices()) in apply()
1383 …virtual bool apply(ui_software_info const &info) const override { return !have_choices() || (selec… in apply()
[all …]
/dports/emulators/mame/mame-mame0226/src/frontend/mame/ui/
H A Dutils.cpp183 virtual bool wants_adjuster() const override { return have_choices(); } in wants_adjuster()
187 …return ((have_choices() && m_selection) ? menu::FLAG_LEFT_ARROW : 0) | ((m_choices.size() > (m_sel… in arrow_flags()
192 if (!have_choices() || !m_selection) in adjust_left()
225 bool have_choices() const { return !m_choices.empty(); } in have_choices() function in ui::__anonb6618d6e0111::choice_filter_impl_base
752 if (!have_choices()) in apply()
771 …virtual bool apply(ui_system_info const &system) const override { return !have_choices() || (selec… in apply()
1301 …virtual bool apply(ui_software_info const &info) const override { return !have_choices() || (selec… in apply()
1315 if (!have_choices()) in apply()
1364 if (!have_choices()) in apply()
1383 …virtual bool apply(ui_software_info const &info) const override { return !have_choices() || (selec… in apply()
[all …]