#include <SimpleWeb.h>
Collaboration diagram for SimpleWeb:
Public Member Functions | |
SimpleWeb () | |
~SimpleWeb () | |
void | ReadCookies () |
void | FormInput () |
void | CreateHeader () |
void | GenerateDocument () |
void | SetTheCookie () |
void | SetAccount (long x) |
long | GetAccount () |
void | SetPlayer (long x) |
long | GetPlayer () |
void | SetValid (long x) |
long | GetValid () |
void | SetSkill (long x) |
long | GetSkill () |
void | SetBuilding (long x) |
long | GetBuilding () |
void | SetSuperuservy (short x) |
short | GetSuperuservy () |
void | SetLocation (long x) |
long | GetLocation () |
void | SetBuild (short x) |
short | GetBuild () |
Database & | GetDatabase () |
std::string | GetRandomName () |
long | CreateNPC () |
void | Run () |
Private Attributes | |
Database | m_db |
bool | m_b_set_cookie |
long | m_account |
long | m_player |
long | m_valid |
long | m_skill |
long | m_building |
short | m_superuservy |
long | m_location |
short | m_build |
LobbyForm | m_form_lobby |
MainForm | m_form_main |
BuildForm | m_form_build |
|
Definition at line 8 of file SimpleWeb.cpp. References COOKIE_DOMAIN, COOKIE_PATH, CreateNPC(), m_form_build, m_form_lobby, and m_form_main.
|
|
Definition at line 34 of file SimpleWeb.cpp.
|
|
Definition at line 68 of file SimpleWeb.cpp. References m_b_set_cookie, and SetTheCookie().
|
|
Definition at line 171 of file SimpleWeb.cpp. References GetRandomName(), and m_db. Referenced by SimpleWeb().
|
|
Definition at line 62 of file SimpleWeb.cpp.
|
|
Definition at line 77 of file SimpleWeb.cpp. References MainForm::Display(), BuildForm::Display(), LobbyForm::Display(), m_account, m_build, m_form_build, m_form_lobby, m_form_main, and m_player.
|
|
Definition at line 29 of file SimpleWeb.h. References m_account. Referenced by LobbyForm::Display(), and LobbyForm::Process().
|
|
Definition at line 43 of file SimpleWeb.h. References m_build. Referenced by BaseForm::Header().
|
|
Definition at line 37 of file SimpleWeb.h. References m_building. Referenced by MainForm::Display(), MainForm::Process(), and BuildForm::Process().
|
|
Definition at line 45 of file SimpleWeb.h. References m_db. Referenced by MainForm::Display(), LobbyForm::Display(), BuildForm::Display(), MainForm::Process(), LobbyForm::Process(), and BuildForm::Process().
|
|
Definition at line 41 of file SimpleWeb.h. References m_location. Referenced by MainForm::Display().
|
|
Definition at line 31 of file SimpleWeb.h. References m_player. Referenced by LobbyForm::Display(), and MainForm::Process().
|
|
Definition at line 128 of file SimpleWeb.cpp. Referenced by CreateNPC().
|
|
Definition at line 35 of file SimpleWeb.h. References m_skill. Referenced by MainForm::Display(), MainForm::Process(), and BuildForm::Process().
|
|
Definition at line 39 of file SimpleWeb.h. References m_superuservy. Referenced by MainForm::Display(), and BaseForm::Header().
|
|
Definition at line 33 of file SimpleWeb.h. References m_valid.
|
|
Definition at line 39 of file SimpleWeb.cpp. References m_account, m_build, m_building, m_db, m_location, m_player, m_skill, m_superuservy, m_valid, and SetAccount().
|
|
Definition at line 205 of file SimpleWeb.cpp. References m_db. Referenced by MainForm::Process().
|
|
Definition at line 28 of file SimpleWeb.h. References m_account, m_b_set_cookie, and SetAccount(). Referenced by MainForm::Process(), LobbyForm::Process(), ReadCookies(), and SetAccount().
|
|
Definition at line 42 of file SimpleWeb.h. References m_b_set_cookie, m_build, and SetBuild(). Referenced by BuildForm::Process(), and SetBuild().
|
|
Definition at line 36 of file SimpleWeb.h. References m_b_set_cookie, m_building, and SetBuilding(). Referenced by MainForm::Process(), and SetBuilding().
|
|
Definition at line 40 of file SimpleWeb.h. References m_b_set_cookie, m_location, and SetLocation(). Referenced by MainForm::Process(), and SetLocation().
|
|
Definition at line 30 of file SimpleWeb.h. References m_b_set_cookie, m_player, and SetPlayer(). Referenced by MainForm::Process(), LobbyForm::Process(), and SetPlayer().
|
|
Definition at line 34 of file SimpleWeb.h. References m_b_set_cookie, m_skill, and SetSkill(). Referenced by MainForm::Process(), and SetSkill().
|
|
Definition at line 38 of file SimpleWeb.h. References m_b_set_cookie, m_superuservy, and SetSuperuservy(). Referenced by MainForm::Process(), and SetSuperuservy().
|
|
Definition at line 119 of file SimpleWeb.cpp. References m_account, m_build, m_building, m_location, m_player, m_skill, m_superuservy, and m_valid. Referenced by CreateHeader().
|
|
Definition at line 32 of file SimpleWeb.h. References m_b_set_cookie, m_valid, and SetValid(). Referenced by MainForm::Process(), LobbyForm::Process(), and SetValid().
|
|
Definition at line 54 of file SimpleWeb.h. Referenced by GenerateDocument(), GetAccount(), ReadCookies(), SetAccount(), and SetTheCookie(). |
|
Definition at line 53 of file SimpleWeb.h. Referenced by CreateHeader(), SetAccount(), SetBuild(), SetBuilding(), SetLocation(), SetPlayer(), SetSkill(), SetSuperuservy(), and SetValid(). |
|
Definition at line 61 of file SimpleWeb.h. Referenced by GenerateDocument(), GetBuild(), ReadCookies(), SetBuild(), and SetTheCookie(). |
|
Definition at line 58 of file SimpleWeb.h. Referenced by GetBuilding(), ReadCookies(), SetBuilding(), and SetTheCookie(). |
|
Definition at line 52 of file SimpleWeb.h. Referenced by CreateNPC(), GetDatabase(), ReadCookies(), and Run(). |
|
Definition at line 65 of file SimpleWeb.h. Referenced by GenerateDocument(), and SimpleWeb(). |
|
Definition at line 63 of file SimpleWeb.h. Referenced by GenerateDocument(), and SimpleWeb(). |
|
Definition at line 64 of file SimpleWeb.h. Referenced by GenerateDocument(), and SimpleWeb(). |
|
Definition at line 60 of file SimpleWeb.h. Referenced by GetLocation(), ReadCookies(), SetLocation(), and SetTheCookie(). |
|
Definition at line 55 of file SimpleWeb.h. Referenced by GenerateDocument(), GetPlayer(), ReadCookies(), SetPlayer(), and SetTheCookie(). |
|
Definition at line 57 of file SimpleWeb.h. Referenced by GetSkill(), ReadCookies(), SetSkill(), and SetTheCookie(). |
|
Definition at line 59 of file SimpleWeb.h. Referenced by GetSuperuservy(), ReadCookies(), SetSuperuservy(), and SetTheCookie(). |
|
Definition at line 56 of file SimpleWeb.h. Referenced by GetValid(), ReadCookies(), SetTheCookie(), and SetValid(). |