MCPcopy Create free account
hub / github.com/crawl/crawl / clear

Method clear

crawl-ref/source/menu.cc:1258–1262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1256}
1257
1258void Menu::clear()
1259{
1260 deleteAll(items);
1261 m_ui.menu->_queue_allocation();
1262}
1263
1264void Menu::set_flags(int new_flags)
1265{

Callers 9

update_itemMethod · 0.45
do_layoutMethod · 0.45
set_text_immediatelyMethod · 0.45
pack_buffersMethod · 0.45
cycle_modeMethod · 0.45
process_commandMethod · 0.45
get_selectedMethod · 0.45
deselect_allMethod · 0.45

Calls 2

deleteAllFunction · 0.85
_queue_allocationMethod · 0.80

Tested by

no test coverage detected