Public Member Functions | |
BuildRailStationWindow (const WindowDesc *desc, Window *parent, bool newstation) | |
virtual void | OnPaint () |
The window must be repainted. | |
virtual void | UpdateWidgetSize (int widget, Dimension *size, const Dimension &padding, Dimension *fill, Dimension *resize) |
Update size and resize step of a widget in the window. | |
virtual void | DrawWidget (const Rect &r, int widget) const |
Draw the contents of a nested widget. | |
virtual void | OnResize () |
Called after the window got resized. | |
virtual void | SetStringParameters (int widget) const |
Initialize string parameters for a widget. | |
virtual void | OnClick (Point pt, int widget, int click_count) |
A click with the left mouse button has been made on the window. | |
virtual void | OnTick () |
Called once per (game) tick. | |
Private Member Functions | |
void | CheckSelectedSize (const StationSpec *statspec) |
Verify whether the currently selected station size is allowed after selecting a new station class/type. | |
Private Attributes | |
uint | line_height |
Height of a single line in the newstation selection matrix (BRSW_NEWST_LIST widget). | |
uint | coverage_height |
Height of the coverage texts. | |
Scrollbar * | vscroll |
Vertical scrollbar of the new station list. | |
Scrollbar * | vscroll2 |
Vertical scrollbar of the matrix with new stations. |
Definition at line 920 of file rail_gui.cpp.
void BuildRailStationWindow::CheckSelectedSize | ( | const StationSpec * | statspec | ) | [inline, private] |
Verify whether the currently selected station size is allowed after selecting a new station class/type.
If not, change the station size variables ( _settings_client.gui.station_numtracks and _settings_client.gui.station_platlength ).
statspec | Specification of the new station class/type |
Definition at line 932 of file rail_gui.cpp.
References _settings_client, StationSpec::disallowed_lengths, StationSpec::disallowed_platforms, ClientSettings::gui, HasBit(), Window::LowerWidget(), Window::RaiseWidget(), GUISettings::station_dragdrop, GUISettings::station_numtracks, and GUISettings::station_platlength.
Referenced by OnClick().
virtual void BuildRailStationWindow::DrawWidget | ( | const Rect & | r, | |
int | widget | |||
) | const [inline, virtual] |
Draw the contents of a nested widget.
r | Rectangle occupied by the widget. | |
widget | Number of the widget to draw. |
Reimplemented from Window.
Definition at line 1114 of file rail_gui.cpp.
References _cur_railtype, AXIS_X, AXIS_Y, BRSW_IMAGE, BRSW_NEWST_LIST, BRSW_PLATFORM_DIR_X, BRSW_PLATFORM_DIR_Y, StationSpec::callback_mask, CBID_STATION_AVAILABILITY, CBM_STATION_AVAIL, DrawStationTile(), DrawString(), FillDrawPixelInfo(), FILLRECT_CHECKER, GB(), GfxFillRect(), HasBit(), INVALID_ROADTYPE, INVALID_TILE, Scrollbar::IsVisible(), RailStationGUISettings::orientation, PC_BLACK, SetDParam(), STAT_CLASS_WAYP, RailStationGUISettings::station_class, RailStationGUISettings::station_count, RailStationGUISettings::station_type, vscroll, WD_MATRIX_LEFT, WD_MATRIX_RIGHT, and WD_MATRIX_TOP.
virtual void BuildRailStationWindow::OnClick | ( | Point | pt, | |
int | widget, | |||
int | click_count | |||
) | [inline, virtual] |
A click with the left mouse button has been made on the window.
pt | the point inside the window that has been clicked. | |
widget | the clicked widget. | |
click_count | Number of fast consecutive clicks at same position |
Reimplemented from Window.
Definition at line 1199 of file rail_gui.cpp.
References _settings_client, BRSW_HIGHLIGHT_OFF, BRSW_HIGHLIGHT_ON, BRSW_IMAGE, BRSW_MATRIX, BRSW_NEWST_LIST, BRSW_PLATFORM_DIR_X, BRSW_PLATFORM_DIR_Y, BRSW_PLATFORM_DRAG_N_DROP, BRSW_PLATFORM_LEN_1, BRSW_PLATFORM_LEN_2, BRSW_PLATFORM_LEN_3, BRSW_PLATFORM_LEN_4, BRSW_PLATFORM_LEN_5, BRSW_PLATFORM_LEN_6, BRSW_PLATFORM_LEN_7, BRSW_PLATFORM_NUM_1, BRSW_PLATFORM_NUM_2, BRSW_PLATFORM_NUM_3, BRSW_PLATFORM_NUM_4, BRSW_PLATFORM_NUM_5, BRSW_PLATFORM_NUM_6, BRSW_PLATFORM_NUM_7, StationSpec::callback_mask, CBID_STATION_AVAILABILITY, CBM_STATION_AVAIL, CheckSelectedSize(), DeleteWindowById(), StationSpec::disallowed_lengths, StationSpec::disallowed_platforms, GB(), Scrollbar::GetScrolledRowFromWidget(), ClientSettings::gui, HasBit(), INVALID_TILE, Window::LowerWidget(), max(), min(), RailStationGUISettings::newstations, RailStationGUISettings::orientation, Window::RaiseWidget(), NWidgetMatrix::SetClicked(), NWidgetMatrix::SetCount(), Window::SetDirty(), Window::SetWidgetLoweredState(), STAT_CLASS_WAYP, RailStationGUISettings::station_class, RailStationGUISettings::station_count, GUISettings::station_dragdrop, GUISettings::station_numtracks, GUISettings::station_platlength, GUISettings::station_show_coverage, RailStationGUISettings::station_type, Window::ToggleWidgetLoweredState(), and vscroll.
virtual void BuildRailStationWindow::OnPaint | ( | ) | [inline, virtual] |
The window must be repainted.
Reimplemented from Window.
Definition at line 1016 of file rail_gui.cpp.
References _remove_button_clicked, _settings_client, _settings_game, AXIS_X, BRSW_COVERAGE_TEXTS, BRSW_PLATFORM_LEN_1, BRSW_PLATFORM_NUM_1, CA_TRAIN, CA_UNMODIFIED, coverage_height, NWidgetBase::current_x, NWidgetBase::current_y, StationSpec::disallowed_lengths, StationSpec::disallowed_platforms, DrawStationCoverageAreaText(), Window::DrawWidgets(), ClientSettings::gui, HasBit(), Window::left, StationSettings::modified_catchment, RailStationGUISettings::newstations, RailStationGUISettings::orientation, NWidgetBase::pos_x, NWidgetBase::pos_y, Window::ReInit(), SCT_ALL, SetTileSelectSize(), Window::SetWidgetDisabledState(), GameSettings::station, RailStationGUISettings::station_class, GUISettings::station_dragdrop, GUISettings::station_numtracks, GUISettings::station_platlength, GUISettings::station_show_coverage, StationSettings::station_spread, RailStationGUISettings::station_type, Swap(), Window::top, WD_FRAMERECT_LEFT, and WD_FRAMERECT_RIGHT.
virtual void BuildRailStationWindow::OnResize | ( | ) | [inline, virtual] |
Called after the window got resized.
For nested windows with a viewport, call NWidgetViewport::UpdateViewportCoordinates.
Reimplemented from Window.
Definition at line 1183 of file rail_gui.cpp.
References BRSW_NEWST_LIST, Scrollbar::GetCapacity(), MAT_COL_START, MAT_ROW_START, Scrollbar::SetCapacityFromWidget(), and vscroll.
virtual void BuildRailStationWindow::SetStringParameters | ( | int | widget | ) | const [inline, virtual] |
Initialize string parameters for a widget.
Calls to this function are made during initialization to measure the size (that is as part of InitNested()), during drawing, and while re-initializing the window. Only for widgets that render text initializing is requested.
widget | Widget number. |
Reimplemented from Window.
Definition at line 1191 of file rail_gui.cpp.
References BRSW_SHOW_NEWST_TYPE, StationSpec::name, SetDParam(), RailStationGUISettings::station_class, and RailStationGUISettings::station_type.
virtual void BuildRailStationWindow::UpdateWidgetSize | ( | int | widget, | |
Dimension * | size, | |||
const Dimension & | padding, | |||
Dimension * | fill, | |||
Dimension * | resize | |||
) | [inline, virtual] |
Update size and resize step of a widget in the window.
After retrieval of the minimal size and the resize-steps of a widget, this function is called to allow further refinement, typically by computing the real maximal size of the content. Afterwards, size is taken to be the minimal size of the widget and resize is taken to contain the resize steps. For the convenience of the callee, padding contains the amount of padding between the content and the edge of the widget. This should be added to the returned size.
widget | Widget number. | |
size | Size of the widget. | |
padding | Recommended amount of space between the widget content and the widget edge. | |
fill | Fill step of the widget. | |
resize | Resize step of the widget. |
Reimplemented from Window.
Definition at line 1064 of file rail_gui.cpp.
References BRSW_COVERAGE_TEXTS, BRSW_MATRIX, BRSW_NEWST_LIST, BRSW_SHOW_NEWST_TYPE, coverage_height, FONT_HEIGHT_NORMAL, GB(), GetStringBoundingBox(), line_height, MAT_ROW_BITS, MAT_ROW_START, max(), maxdim(), StationSpec::name, RailStationGUISettings::newstations, SetDParam(), STAT_CLASS_BEGIN, STAT_CLASS_WAYP, WD_MATRIX_BOTTOM, and WD_MATRIX_TOP.