#include <deathmatch_maps.h>
Veřejné metody | |
MenuDeathmatchMaps () | |
virtual | ~MenuDeathmatchMaps () |
Statické veřejné metody | |
static void | create (AG_Event *ev=0) |
Privátní metody | |
void | createDirButton (const char *label) |
Statické privátní metody | |
static void | handlerDirButton (AG_Event *event) |
static void | handlerCheckMap (AG_Event *event) |
static bool | setMap (const std::string &map) |
Privátní atributy | |
std::vector< std::string > | buttons_ |
Statické privátní atributy | |
static char | map_name [] = "" |
static std::string | map_path = "" |
static AG_FileDlg * | file_dlg = 0 |
Friends | |
class | MenuDeathmatch |
MenuDeathmatchMaps::MenuDeathmatchMaps | ( | ) |
virtual MenuDeathmatchMaps::~MenuDeathmatchMaps | ( | ) | [inline, virtual] |
static void MenuDeathmatchMaps::create | ( | AG_Event * | ev = 0 |
) | [inline, static] |
void MenuDeathmatchMaps::createDirButton | ( | const char * | label | ) | [private] |
void MenuDeathmatchMaps::handlerDirButton | ( | AG_Event * | event | ) | [static, private] |
void MenuDeathmatchMaps::handlerCheckMap | ( | AG_Event * | event | ) | [static, private] |
bool MenuDeathmatchMaps::setMap | ( | const std::string & | map | ) | [static, private] |
friend class MenuDeathmatch [friend] |
std::vector<std::string> MenuDeathmatchMaps::buttons_ [private] |
char MenuDeathmatchMaps::map_name = "" [static, private] |
std::string MenuDeathmatchMaps::map_path = "" [static, private] |
AG_FileDlg * MenuDeathmatchMaps::file_dlg = 0 [static, private] |