Inheritance diagram for BuildDocksStationWindow:

Public Member Functions | |
| BuildDocksStationWindow (const WindowDesc *desc, Window *parent) | |
| virtual void | OnPaint () |
| This window is currently being repainted. | |
| virtual void | OnClick (Point pt, int widget) |
| A click with the left mouse button has been made on the window. | |
| virtual void | OnTick () |
| Called once per (game) tick. | |
Private Types | |
| BDSW_CLOSE | |
| BDSW_CAPTION | |
| BDSW_BACKGROUND | |
| BDSW_LT_OFF | |
| BDSW_LT_ON | |
| BDSW_INFO | |
| enum | BuildDockStationWidgets { BDSW_CLOSE, BDSW_CAPTION, BDSW_BACKGROUND, BDSW_LT_OFF, BDSW_LT_ON, BDSW_INFO } |
Definition at line 319 of file dock_gui.cpp.
| virtual void BuildDocksStationWindow::OnClick | ( | Point | pt, | |
| int | widget | |||
| ) | [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. |
Reimplemented from Window.
Definition at line 358 of file dock_gui.cpp.
References _station_show_coverage, Window::LowerWidget(), Window::RaiseWidget(), Window::SetDirty(), and SndPlayFx().
1.4.7