Home
last modified time | relevance | path

Searched defs:GeneralStatisticsMenu (Results 1 – 2 of 2) sorted by relevance

/dports/games/widelands/widelands-build21/src/wui/
H A Dgeneral_statistics_menu.h32 struct GeneralStatisticsMenu : public UI::UniqueWindow { struct
48 GeneralStatisticsMenu(InteractiveGameBase&, Registry&); argument
53 UI::Box box_;
54 WuiPlotArea plot_;
55 UI::Radiogroup radiogroup_;
56 int32_t selected_information_;
57 UI::Button* cbs_[kMaxPlayers];
58 uint32_t ndatasets_;
H A Dgeneral_statistics_menu.cc44 GeneralStatisticsMenu::GeneralStatisticsMenu(InteractiveGameBase& parent, in GeneralStatisticsMenu() function in GeneralStatisticsMenu