Apocalypse mirror
Sourceforge mirror |
News | Info | Characters | Arenas | Screenshots | Forums | Download | ||||
Developer: | Making of | Character-HOWTO | AI Design | Submit a Character | |||
Documentation: | Main Page | Modules | Class Hierarchy | Class List | File List |
#include <PlayerSelectView.h>
Public Member Functions | |
CPlayerSelectView (bool a_bNetworkGame, bool a_bTeamMode) | |
~CPlayerSelectView () | |
void | Advance (int a_iNumFrames) |
void | Draw () |
CTextArea * | GetTextArea () |
CReadline * | GetReadline () |
void | AddViewElement (IViewElement *a_poElement, int a_iPriority) |
void | RemoveViewElement (IViewElement *a_poElement) |
void | AddFighterToTeam (int a_iPlayer, FighterEnum a_enFighter) |
bool | IsOver () |
CTeamDisplay * | GetTeamDisplay (int a_iPlayer) |
Protected Types | |
typedef std::list< IViewElement * > | TViewElements |
Protected Attributes | |
bool | m_bTeamMode |
bool | m_bTeamMultiselect |
bool | m_bNetworkGame |
SDL_Surface * | m_poBackground |
CTextArea * | m_poTextArea |
CReadline * | m_poReadline |
bool | m_bOver |
int | m_iChooserTop |
int | m_iChooserLeft |
int | m_iChooserHeight |
int | m_iChooserWidth |
int | m_iFighterYOffset |
int | m_iFighterNameYOffset |
int | m_iTime |
TViewElements | m_apoElements |
CTeamDisplay * | m_apoTeamDisplays [MAXPLAYERS] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|