#include <DisconnectMenu.h>
Definition at line 38 of file DisconnectMenu.h.
◆ DisconnectMenu()
| DisconnectMenu::DisconnectMenu |
( |
| ) |
|
◆ ~DisconnectMenu()
| DisconnectMenu::~DisconnectMenu |
( |
| ) |
|
|
virtual |
◆ attachDisconnectManager()
| void DisconnectMenu::attachDisconnectManager |
( |
DisconnectManager * | disconnectManager | ) |
|
◆ hidePacketRouterTimeout()
| void DisconnectMenu::hidePacketRouterTimeout |
( |
| ) |
|
◆ hidePlayerControls()
| void DisconnectMenu::hidePlayerControls |
( |
Int | slot | ) |
|
◆ hideScreen()
| void DisconnectMenu::hideScreen |
( |
| ) |
|
◆ init()
| void DisconnectMenu::init |
( |
| ) |
|
◆ isScreenVisible()
| Bool DisconnectMenu::isScreenVisible |
( |
void | | ) |
|
|
inline |
◆ quitGame()
| void DisconnectMenu::quitGame |
( |
| ) |
|
◆ removePlayer()
◆ sendChat()
◆ setPacketRouterTimeoutTime()
| void DisconnectMenu::setPacketRouterTimeoutTime |
( |
time_t | newTime | ) |
|
◆ setPlayerName()
◆ setPlayerTimeoutTime()
| void DisconnectMenu::setPlayerTimeoutTime |
( |
Int | playerNum, |
|
|
time_t | newTime ) |
◆ showChat()
◆ showPacketRouterTimeout()
| void DisconnectMenu::showPacketRouterTimeout |
( |
| ) |
|
◆ showPlayerControls()
| void DisconnectMenu::showPlayerControls |
( |
Int | slot | ) |
|
◆ showScreen()
| void DisconnectMenu::showScreen |
( |
| ) |
|
◆ updateVotes()
| void DisconnectMenu::updateVotes |
( |
Int | slot, |
|
|
Int | votes ) |
◆ voteForPlayer()
| void DisconnectMenu::voteForPlayer |
( |
Int | slot | ) |
|
◆ m_disconnectManager
For retrieving status updates from the disconnect manager.
Definition at line 69 of file DisconnectMenu.h.
◆ m_menuState
◆ m_packetRouterTimeoutControlName
| char * DisconnectMenu::m_packetRouterTimeoutControlName = "DisconnectScreen.wnd:StaticPacketRouterTimeout" |
|
staticprotected |
name of the packet router timeout control window.
Definition at line 76 of file DisconnectMenu.h.
◆ m_packetRouterTimeoutLabelControlName
| char * DisconnectMenu::m_packetRouterTimeoutLabelControlName = "DisconnectScreen.wnd:StaticPacketRouterTimeoutLabel" |
|
staticprotected |
name of the packet router timeout label control window.
Definition at line 77 of file DisconnectMenu.h.
◆ m_playerNameTextControlNames
| char * DisconnectMenu::m_playerNameTextControlNames |
|
staticprotected |
Initial value:= {
"DisconnectScreen.wnd:StaticPlayer1Name",
"DisconnectScreen.wnd:StaticPlayer2Name",
"DisconnectScreen.wnd:StaticPlayer3Name",
"DisconnectScreen.wnd:StaticPlayer4Name",
"DisconnectScreen.wnd:StaticPlayer5Name",
"DisconnectScreen.wnd:StaticPlayer6Name",
"DisconnectScreen.wnd:StaticPlayer7Name",
}
names of the player name controls in the window.
Definition at line 37 of file DisconnectMenu.h.
◆ m_playerTimeoutTextControlNames
| char * DisconnectMenu::m_playerTimeoutTextControlNames |
|
staticprotected |
Initial value:= {
"DisconnectScreen.wnd:StaticPlayer1Timeout",
"DisconnectScreen.wnd:StaticPlayer2Timeout",
"DisconnectScreen.wnd:StaticPlayer3Timeout",
"DisconnectScreen.wnd:StaticPlayer4Timeout",
"DisconnectScreen.wnd:StaticPlayer5Timeout",
"DisconnectScreen.wnd:StaticPlayer6Timeout",
"DisconnectScreen.wnd:StaticPlayer7Timeout",
}
names of the timeout controls in the window.
Definition at line 48 of file DisconnectMenu.h.
◆ m_playerVoteButtonControlNames
| char * DisconnectMenu::m_playerVoteButtonControlNames |
|
staticprotected |
Initial value:= {
"DisconnectScreen.wnd:ButtonKickPlayer1",
"DisconnectScreen.wnd:ButtonKickPlayer2",
"DisconnectScreen.wnd:ButtonKickPlayer3",
"DisconnectScreen.wnd:ButtonKickPlayer4",
"DisconnectScreen.wnd:ButtonKickPlayer5",
"DisconnectScreen.wnd:ButtonKickPlayer6",
"DisconnectScreen.wnd:ButtonKickPlayer7",
}
names of the vote button controls in the window.
Definition at line 59 of file DisconnectMenu.h.
◆ m_playerVoteCountControlNames
| char * DisconnectMenu::m_playerVoteCountControlNames |
|
staticprotected |
Initial value:= {
"DisconnectScreen.wnd:StaticPlayer1Votes",
"DisconnectScreen.wnd:StaticPlayer2Votes",
"DisconnectScreen.wnd:StaticPlayer3Votes",
"DisconnectScreen.wnd:StaticPlayer4Votes",
"DisconnectScreen.wnd:StaticPlayer5Votes",
"DisconnectScreen.wnd:StaticPlayer6Votes",
"DisconnectScreen.wnd:StaticPlayer7Votes",
}
names of the vote count static text controls in the window.
Definition at line 70 of file DisconnectMenu.h.
◆ m_textDisplayControlName
| char * DisconnectMenu::m_textDisplayControlName = "DisconnectScreen.wnd:ListboxTextDisplay" |
|
staticprotected |
name of the text display listbox control window.
Definition at line 78 of file DisconnectMenu.h.
The documentation for this class was generated from the following files: