|
|
static CompanyMask | _legend_excluded_companies |
| |
|
static CargoTypes | _legend_excluded_cargo |
| |
|
static const OverflowSafeInt64 | INVALID_DATAPOINT (INT64_MAX) |
| |
|
static const uint | INVALID_DATAPOINT_POS = UINT_MAX |
| |
|
constexpr double | INT64_MAX_IN_DOUBLE = static_cast<double>(INT64_MAX - 512) |
| | The biggest double that when cast to int64_t still fits in a int64_t.
|
| |
| static constexpr NWidgetPart | _nested_graph_legend_widgets [] |
| |
|
static WindowDesc | _graph_legend_desc (__FILE__, __LINE__, WDP_AUTO, "graph_legend", 0, 0, WC_GRAPH_LEGEND, WC_NONE, 0, std::begin(_nested_graph_legend_widgets), std::end(_nested_graph_legend_widgets)) |
| |
| static constexpr NWidgetPart | _nested_operating_profit_widgets [] |
| |
|
static WindowDesc | _operating_profit_desc (__FILE__, __LINE__, WDP_AUTO, "graph_operating_profit", 0, 0, WC_OPERATING_PROFIT, WC_NONE, 0, std::begin(_nested_operating_profit_widgets), std::end(_nested_operating_profit_widgets)) |
| |
| static constexpr NWidgetPart | _nested_income_graph_widgets [] |
| |
|
static WindowDesc | _income_graph_desc (__FILE__, __LINE__, WDP_AUTO, "graph_income", 0, 0, WC_INCOME_GRAPH, WC_NONE, 0, std::begin(_nested_income_graph_widgets), std::end(_nested_income_graph_widgets)) |
| |
| static constexpr NWidgetPart | _nested_delivered_cargo_graph_widgets [] |
| |
|
static WindowDesc | _delivered_cargo_graph_desc (__FILE__, __LINE__, WDP_AUTO, "graph_delivered_cargo", 0, 0, WC_DELIVERED_CARGO, WC_NONE, 0, std::begin(_nested_delivered_cargo_graph_widgets), std::end(_nested_delivered_cargo_graph_widgets)) |
| |
| static constexpr NWidgetPart | _nested_performance_history_widgets [] |
| |
|
static WindowDesc | _performance_history_desc (__FILE__, __LINE__, WDP_AUTO, "graph_performance", 0, 0, WC_PERFORMANCE_HISTORY, WC_NONE, 0, std::begin(_nested_performance_history_widgets), std::end(_nested_performance_history_widgets)) |
| |
| static constexpr NWidgetPart | _nested_company_value_graph_widgets [] |
| |
|
static WindowDesc | _company_value_graph_desc (__FILE__, __LINE__, WDP_AUTO, "graph_company_value", 0, 0, WC_COMPANY_VALUE, WC_NONE, 0, std::begin(_nested_company_value_graph_widgets), std::end(_nested_company_value_graph_widgets)) |
| |
|
static constexpr NWidgetPart | _nested_cargo_payment_rates_widgets [] |
| |
|
static WindowDesc | _cargo_payment_rates_desc (__FILE__, __LINE__, WDP_AUTO, "graph_cargo_payment_rates", 0, 0, WC_PAYMENT_RATES, WC_NONE, 0, std::begin(_nested_cargo_payment_rates_widgets), std::end(_nested_cargo_payment_rates_widgets)) |
| |
| static constexpr NWidgetPart | _nested_performance_rating_detail_widgets [] |
| |
|
static WindowDesc | _performance_rating_detail_desc (__FILE__, __LINE__, WDP_AUTO, "league_details", 0, 0, WC_PERFORMANCE_DETAIL, WC_NONE, 0, std::begin(_nested_performance_rating_detail_widgets), std::end(_nested_performance_rating_detail_widgets)) |
| |
GUI that shows performance graphs.
Definition in file graph_gui.cpp.