|
OpenTTD Source
14.0-beta1
|
#include "stdafx.h"#include "league_gui.h"#include "company_base.h"#include "company_gui.h"#include "gui.h"#include "industry.h"#include "league_base.h"#include "sortlist_type.h"#include "story_base.h"#include "strings_func.h"#include "tile_map.h"#include "town.h"#include "viewport_func.h"#include "window_gui.h"#include "widgets/league_widget.h"#include "table/strings.h"#include "table/sprites.h"#include "safeguards.h"Go to the source code of this file.
Data Structures | |
| class | PerformanceLeagueWindow |
| class | ScriptLeagueWindow |
Functions | |
| static StringID | GetPerformanceTitleFromValue (uint value) |
| void | ShowPerformanceLeagueTable () |
| static void | HandleLinkClick (Link link) |
| void | ShowScriptLeagueTable (LeagueTableID table) |
| void | ShowFirstLeagueTable () |
Variables | |
| static const StringID | _performance_titles [] |
| static constexpr NWidgetPart | _nested_performance_league_widgets [] |
| static WindowDesc | _performance_league_desc (__FILE__, __LINE__, WDP_AUTO, "performance_league", 0, 0, WC_COMPANY_LEAGUE, WC_NONE, 0, std::begin(_nested_performance_league_widgets), std::end(_nested_performance_league_widgets)) |
| static constexpr NWidgetPart | _nested_script_league_widgets [] |
| static WindowDesc | _script_league_desc (__FILE__, __LINE__, WDP_AUTO, "script_league", 0, 0, WC_COMPANY_LEAGUE, WC_NONE, 0, std::begin(_nested_script_league_widgets), std::end(_nested_script_league_widgets)) |
GUI for league tables.
Definition in file league_gui.cpp.
|
staticconstexpr |
Definition at line 191 of file league_gui.cpp.
|
staticconstexpr |
Definition at line 426 of file league_gui.cpp.
|
static |
Definition at line 32 of file league_gui.cpp.