
Public Member Functions | |
| StartMultiplayerGame (PG_MessageObject *c) | |
| ~StartMultiplayerGame () | |
| bool | getSuccess () |
Protected Member Functions | |
| void | userHandler (const ASCString &label, PropertyReadingContainer &pc, PG_Widget *parent, WidgetParameters widgetParams) |
| bool | start () |
| bool | Apply () |
| bool | eventKeyDown (const SDL_KeyboardEvent *key) |
| Overridable Eventhandler for a SDL_KeyboardEvent message. | |
|
|
Definition at line 217 of file newgame.cpp. References PG_Widget::FindChild(), PG_Rect::next(), PG_Widget::QuitModal(), s1, PG_LineEdit::SetPassHidden(), PG_RadioButton::SetPressed(), PG_CheckButton::SetUnpressed(), ASCGUI_Window::setup(), PG_RadioButton::sigClick, PG_Button::sigClick, PG_Window::sigClose, and start(). |
|
|
Definition at line 273 of file newgame.cpp. |
|
|
|
Overridable Eventhandler for a SDL_KeyboardEvent message. This handler is called when a key changed it's state from unpressed to pressed. The default implementation returns 'false' which indicates that this message is not processed by this object.
Reimplemented from PG_MessageObject. Definition at line 185 of file newgame.cpp. References PG_Widget::QuitModal(). |
|
|
Definition at line 198 of file newgame.cpp. Referenced by startMultiplayerGame(). |
|
|
Definition at line 857 of file newgame.cpp. References actmap, Apply(), computeview(), displaymap(), PG_Widget::Hide(), hookGuiToMap(), tmaploaders::loadmap(), mapLoadingExceptionChecker(), moveparams, tmoveparams::movestatus, next_turn(), PG_Widget::QuitModal(), sendGameParameterAsMail(), and updateFieldInfo. Referenced by StartMultiplayerGame(). |
|
||||||||||||||||||||
|
Reimplemented from ASCGUI_Window. Definition at line 681 of file newgame.cpp. References FileSelectionItemFactory::filenameMarked, FileSelectionItemFactory::filenameSelectedKeyb, FileSelectionItemFactory::filenameSelectedMouse, mapextension, and PG_Rect::PG_Rect(). |
1.4.2