#include <wx/splitter.h>#include <wx/intl.h>#include <wx/combobox.h>#include <wx/stattext.h>#include <wx/statbox.h>#include <wx/statline.h>#include <wx/checkbox.h>#include <wx/button.h>#include <wx/listctrl.h>#include <wx/sizer.h>#include <wx/msgdlg.h>#include <wx/settings.h>#include <wx/choicdlg.h>#include <wx/colordlg.h>#include <wx/colour.h>#include <wx/log.h>#include <wx/bmpcbox.h>#include <wx/textdlg.h>#include <wx/image.h>#include <wx/choice.h>#include <wx/numdlg.h>#include <stdexcept>#include "battleroomtab.h"#include <wx/scrolwin.h>#include "mmoptionswrapper.h"#include "utils/isink.h"#include "utils/uievents.h"#include <map>#include "ui.h"#include "springunitsync.h"#include "user.h"#include "battle.h"#include "defines.h"#include "utils/conversion.h"#include "utils/debug.h"#include "battleroomlistctrl.h"#include "chatpanel.h"#include "mapctrl.h"#include "uiutils.h"#include "addbotdialog.h"#include "server.h"#include "iconimagelist.h"#include "utils/customdialogs.h"#include "autobalancedialog.h"#include "settings.h"#include <wx/bmpbuttn.h>#include "mapselectdialog.h"#include "mmoptionwindows.h"#include "aui/auimanager.h"#include "hostbattledialog_public.h"
Go to the source code of this file.
Data Structures | |
| class | MyStrings< N, S > |
Functions | |
| wxString | _GetStartPosStr (IBattle::StartType t) |
| wxString | _GetGameTypeStr (IBattle::GameType t) |
Variables | |
| const MyStrings< SPRING_MAX_TEAMS > | team_choices |
| const MyStrings < SPRING_MAX_ALLIES > | ally_choices |
| wxString _GetGameTypeStr | ( | IBattle::GameType | t | ) |
Definition at line 402 of file battleroomtab.cpp.
| wxString _GetStartPosStr | ( | IBattle::StartType | t | ) |
Definition at line 384 of file battleroomtab.cpp.
Definition at line 119 of file battleroomtab.cpp.
Definition at line 118 of file battleroomtab.cpp.
1.6.3