#include <MainWindow.h>
Collaboration diagram for MainWindow:
Public Member Functions | |
MainWindow (SDLControl *) | |
~MainWindow () | |
void | Draw () |
void | AddLine (const string &) |
void | ShowMenu () |
void | ShowOptions () |
void | ShowLogin (Form::Form *) |
void | ShowPlayers (Form::Form *, vector< string > &) |
void | ShowText () |
void | OnEvent (surface_event_t *) |
void | OnMouseMove (coord_t, coord_t, coord_t, coord_t) |
void | OnRightClick (coord_t, coord_t) |
void | Connect () |
void | Disconnect () |
Surface * | GetInput () |
void | SetAngles (double, double) |
void | IncreaseBase () |
void | DecreaseBase () |
void | Redraw () |
Static Public Attributes | |
Grid | m_grid |
Private Member Functions | |
int | Get_h (long, long) |
int | Get_t_left (long, long) |
int | Get_t_up (long, long) |
Private Attributes | |
TTFont | courier8 |
Edit | m_guiInput |
MenuDialog * | m_pclMenuDialog |
OptionsDialog * | m_pclOptionsDialog |
LoginDialog * | m_pclLoginDialog |
PlayerDialog * | m_pclPlayerDialog |
TextDialog * | m_pclTextDialog |
ConnectThread * | m_pclConnectThread |
TestMenu * | m_pclTestMenu |
DotMenu * | m_dotMenu |
double | m_test_v |
double | m_test_v_vertikal |
mapdots_t | m_dots |
MAPDOT * | m_dot |
DotCursor | m_dc |
|
Definition at line 66 of file MainWindow.cpp. References courier8, m_dc, m_grid, m_guiInput, MainWindow(), Grid::SetBase(), Grid::SetSize(), and WARP. Referenced by MainWindow().
|
|
Definition at line 139 of file MainWindow.cpp. References m_dotMenu, m_dots, m_pclConnectThread, m_pclLoginDialog, m_pclMenuDialog, m_pclOptionsDialog, m_pclTestMenu, and m_pclTextDialog.
|
|
Definition at line 179 of file MainWindow.cpp. References AddLine(), and m_pclTextDialog. Referenced by AddLine().
|
|
Definition at line 530 of file MainWindow.cpp. References Disconnect(), m_pclConnectThread, and pprintf().
|
|
Definition at line 597 of file MainWindow.cpp. References Grid::GetBase(), m_grid, and Grid::SetBase().
|
|
Definition at line 550 of file MainWindow.cpp. References m_pclConnectThread, and pprintf(). Referenced by Connect().
|
|
Definition at line 639 of file MainWindow.cpp. References CHUNKSIZE, GAP, Get_h(), Grid::GetBase(), Grid::GetHBase(), Grid::GetHeight(), Grid::GetWidth(), Grid::GetXY(), GLOW, m_dc, m_dot, m_dots, m_grid, m_pclConnectThread, m_test_v, m_test_v_vertikal, and Grid::Sin().
|
|
Definition at line 973 of file MainWindow.cpp. References Get_h(), and m_pclConnectThread. Referenced by Draw(), and Get_h().
|
|
Definition at line 980 of file MainWindow.cpp. References Get_t_left(), and m_pclConnectThread. Referenced by Get_t_left().
|
|
Definition at line 987 of file MainWindow.cpp. References Get_t_up(), and m_pclConnectThread. Referenced by Get_t_up().
|
|
Definition at line 567 of file MainWindow.cpp. References m_guiInput.
|
|
Definition at line 584 of file MainWindow.cpp. References Grid::GetBase(), m_grid, and Grid::SetBase().
|
|
Definition at line 316 of file MainWindow.cpp. References DEB, m_guiInput, m_pclConnectThread, m_pclLoginDialog, m_pclPlayerDialog, and OnEvent(). Referenced by OnEvent().
|
|
Definition at line 420 of file MainWindow.cpp. References m_dc, m_dot, m_dots, and OnMouseMove(). Referenced by OnMouseMove().
|
|
Definition at line 470 of file MainWindow.cpp. References m_dc, m_dot, m_dotMenu, m_pclTestMenu, and OnRightClick(). Referenced by OnRightClick().
|
|
Definition at line 613 of file MainWindow.cpp.
|
|
Definition at line 573 of file MainWindow.cpp. References m_test_v, m_test_v_vertikal, and SetAngles(). Referenced by SetAngles().
|
|
Definition at line 256 of file MainWindow.cpp. References m_pclLoginDialog, and ShowLogin(). Referenced by ShowLogin().
|
|
Definition at line 220 of file MainWindow.cpp. References m_pclConnectThread, and m_pclMenuDialog.
|
|
Definition at line 238 of file MainWindow.cpp. References m_pclOptionsDialog.
|
|
Definition at line 275 of file MainWindow.cpp. References m_pclPlayerDialog, and ShowPlayers(). Referenced by ShowPlayers().
|
|
Definition at line 299 of file MainWindow.cpp. References m_pclTextDialog.
|
|
Definition at line 101 of file MainWindow.h. Referenced by MainWindow(). |
|
Definition at line 120 of file MainWindow.h. Referenced by Draw(), MainWindow(), OnMouseMove(), and OnRightClick(). |
|
Definition at line 119 of file MainWindow.h. Referenced by Draw(), OnMouseMove(), and OnRightClick(). |
|
Definition at line 110 of file MainWindow.h. Referenced by OnRightClick(), and ~MainWindow(). |
|
Definition at line 118 of file MainWindow.h. Referenced by Draw(), OnMouseMove(), and ~MainWindow(). |
|
Definition at line 63 of file MainWindow.cpp. Referenced by DecreaseBase(), Draw(), IncreaseBase(), and MainWindow(). |
|
Definition at line 102 of file MainWindow.h. Referenced by GetInput(), MainWindow(), and OnEvent(). |
|
Definition at line 108 of file MainWindow.h. Referenced by Connect(), Disconnect(), Draw(), Get_h(), Get_t_left(), Get_t_up(), OnEvent(), ShowMenu(), and ~MainWindow(). |
|
Definition at line 105 of file MainWindow.h. Referenced by OnEvent(), ShowLogin(), and ~MainWindow(). |
|
Definition at line 103 of file MainWindow.h. Referenced by ShowMenu(), and ~MainWindow(). |
|
Definition at line 104 of file MainWindow.h. Referenced by ShowOptions(), and ~MainWindow(). |
|
Definition at line 106 of file MainWindow.h. Referenced by OnEvent(), and ShowPlayers(). |
|
Definition at line 109 of file MainWindow.h. Referenced by OnRightClick(), and ~MainWindow(). |
|
Definition at line 107 of file MainWindow.h. Referenced by AddLine(), ShowText(), and ~MainWindow(). |
|
Definition at line 116 of file MainWindow.h. Referenced by Draw(), and SetAngles(). |
|
Definition at line 117 of file MainWindow.h. Referenced by Draw(), and SetAngles(). |