Public Member Functions | |
BuildRailDepotWindow (const WindowDesc *desc, Window *parent) | |
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. |
Definition at line 1760 of file rail_gui.cpp.
virtual void BuildRailDepotWindow::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 1767 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.
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 1774 of file rail_gui.cpp.
References _build_depot_direction, Window::LowerWidget(), Window::RaiseWidget(), and Window::SetDirty().