Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.cc378 class UIHiscoresMenu : public Widget class
381 UIHiscoresMenu();
409 UIHiscoresMenu::UIHiscoresMenu() in UIHiscoresMenu() function in UIHiscoresMenu
457 void UIHiscoresMenu::_construct_hiscore_table() in _construct_hiscore_table()
479 void UIHiscoresMenu::_add_hiscore_row(scorefile_entry& se, int id) in _add_hiscore_row()
503 void UIHiscoresMenu::_render() in _render()
508 void UIHiscoresMenu::on_show() in on_show()
513 SizeReq UIHiscoresMenu::_get_preferred_size(Direction dim, int prosp_width) in _get_preferred_size()
518 void UIHiscoresMenu::_allocate_region() in _allocate_region()
531 auto hiscore_ui = make_shared<UIHiscoresMenu>(); in show_hiscore_table()