Public Member Functions | Private Member Functions | Private Attributes

BuildRailStationWindow Struct Reference

Inheritance diagram for BuildRailStationWindow:
PickerWindowBase Window ZeroedMemoryAllocator

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.
Scrollbarvscroll
 Vertical scrollbar of the new station list.
Scrollbarvscroll2
 Vertical scrollbar of the matrix with new stations.

Detailed Description

Definition at line 938 of file rail_gui.cpp.


Member Function Documentation

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 ).

Parameters:
statspec Specification of the new station class/type

Definition at line 950 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]
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.

Parameters:
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 1218 of file rail_gui.cpp.

References _settings_client, BRSW_HIGHLIGHT_OFF, BRSW_HIGHLIGHT_ON, BRSW_IMAGE, 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::OnResize (  )  [inline, virtual]

Called after the window got resized.

For nested windows with a viewport, call NWidgetViewport::UpdateViewportCoordinates.

Reimplemented from Window.

Definition at line 1202 of file rail_gui.cpp.

References BRSW_NEWST_LIST, Scrollbar::GetCapacity(), MAT_COL_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.

Parameters:
widget Widget number.

Reimplemented from Window.

Definition at line 1210 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.

Parameters:
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 1082 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, and WD_MATRIX_TOP.


The documentation for this struct was generated from the following file: