BuildRailDepotWindow Struct Reference

Inheritance diagram for BuildRailDepotWindow:
PickerWindowBase Window ZeroedMemoryAllocator

Public Member Functions

 BuildRailDepotWindow (const WindowDesc *desc, Window *parent)
virtual void OnPaint ()
 The window must be repainted.
virtual void DrawWidget (const Rect &r, int widget) const
 Draw the contents of a nested widget.
virtual void OnClick (Point pt, int widget, int click_count)
 A click with the left mouse button has been made on the window.

Detailed Description

Definition at line 1719 of file rail_gui.cpp.


Member Function Documentation

virtual void BuildRailDepotWindow::DrawWidget ( const Rect r,
int  widget 
) const [inline, virtual]

Draw the contents of a nested widget.

Parameters:
r Rectangle occupied by the widget.
widget Number of the widget to draw.
Note:
This method may not change any state, it may only use drawing functions.

Reimplemented from Window.

Definition at line 1731 of file rail_gui.cpp.

References _cur_railtype, DIAGDIR_NE, and IsInsideMM().

virtual void BuildRailDepotWindow::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 1738 of file rail_gui.cpp.

References _build_depot_direction, Window::LowerWidget(), Window::RaiseWidget(), and Window::SetDirty().

virtual void BuildRailDepotWindow::OnPaint (  )  [inline, virtual]

The window must be repainted.

Note:
This method should not change any state, it should only use drawing functions.

Reimplemented from Window.

Definition at line 1726 of file rail_gui.cpp.

References Window::DrawWidgets().


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

Generated on Wed Mar 17 23:50:48 2010 for OpenTTD by  doxygen 1.6.1