#include <EstablishConnectionsMenu.h>
Public Member Functions | |
| EstablishConnectionsMenu () | |
| virtual | ~EstablishConnectionsMenu () |
| void | initMenu () |
| void | endMenu () |
| void | abortGame () |
| void | setPlayerName (Int slot, UnicodeString name) |
| void | setPlayerStatus (Int slot, NATConnectionState state) |
Protected Attributes | |
| EstablishConnectionsMenuStateType | m_menuState |
Static Protected Attributes | |
| static char * | m_playerReadyControlNames [MAX_SLOTS] |
| static char * | m_playerNameControlNames [MAX_SLOTS] |
| static char * | m_playerStatusControlNames [MAX_SLOTS] |
Definition at line 35 of file EstablishConnectionsMenu.h.
| EstablishConnectionsMenu::EstablishConnectionsMenu | ( | ) |
Constructor
Definition at line 74 of file EstablishConnectionsMenu.cpp.
|
virtual |
Destructor
Definition at line 80 of file EstablishConnectionsMenu.cpp.
| void EstablishConnectionsMenu::abortGame | ( | ) |
Abort the game gracefully...ok, as gracefully as possible considering the game was supposed to be started and now for some reason we have to stop it. Its really sad that this game isn't going to be played considering how difficult it is to even get a game going in the first place, especially one with more than two players.
Definition at line 104 of file EstablishConnectionsMenu.cpp.
| void EstablishConnectionsMenu::endMenu | ( | ) |
Close down the menu
Definition at line 93 of file EstablishConnectionsMenu.cpp.
| void EstablishConnectionsMenu::initMenu | ( | ) |
Initialize the menu
Definition at line 86 of file EstablishConnectionsMenu.cpp.
| void EstablishConnectionsMenu::setPlayerName | ( | Int | slot, |
| UnicodeString | name ) |
Definition at line 108 of file EstablishConnectionsMenu.cpp.
| void EstablishConnectionsMenu::setPlayerStatus | ( | Int | slot, |
| NATConnectionState | state ) |
Definition at line 119 of file EstablishConnectionsMenu.cpp.
|
protected |
Definition at line 48 of file EstablishConnectionsMenu.h.
|
staticprotected |
Definition at line 49 of file EstablishConnectionsMenu.h.
|
staticprotected |
Definition at line 39 of file EstablishConnectionsMenu.h.
|
staticprotected |
Definition at line 60 of file EstablishConnectionsMenu.h.