Public Member Functions | |
NetworkCompanyPasswordWindow (const WindowDesc *desc, Window *parent) | |
void | OnOk () |
virtual void | OnPaint () |
virtual void | OnClick (Point pt, int widget, int click_count) |
virtual void | OnMouseLoop () |
virtual EventState | OnKeyPress (uint16 key, uint16 keycode) |
virtual void | OnOpenOSKWindow (int wid) |
Callback for when the OSK window is opened. |
Definition at line 2125 of file network_gui.cpp.
virtual void NetworkCompanyPasswordWindow::OnOpenOSKWindow | ( | int | wid | ) | [inline, virtual] |
Callback for when the OSK window is opened.
wid | The widget the OSK is opened of. |
Reimplemented from QueryStringBaseWindow.
Definition at line 2191 of file network_gui.cpp.
References ShowOnScreenKeyboard(), WID_NCP_CANCEL, and WID_NCP_OK.