#include <Main.h>
Collaboration diagram for Main:

Public Member Functions | |
| Main (int argc, char *argv[]) | |
| ~Main () | |
| bool | IsOK () |
| void | MainLoop () |
| MainWindow * | GetWindow () |
Private Member Functions | |
| void | AddForm (IOMessage *) |
| void | KeyboardEvent (SDL_KeyboardEvent &) |
| void | UserEvent (SDL_UserEvent &) |
Private Attributes | |
| SDLControl | m_clControl |
| MainWindow * | m_pclMainWindow |
| double | m_angle1 |
| double | m_angle2 |
|
||||||||||||
|
Definition at line 45 of file Main.cpp. References DEB, IsOK(), m_clControl, m_pclMainWindow, Main(), XMAX, and YMAX. Referenced by Main().
|
|
|
Definition at line 71 of file Main.cpp. References m_pclMainWindow.
|
|
|
Definition at line 96 of file Main.cpp. References AddForm(). Referenced by AddForm().
|
|
|
Definition at line 240 of file Main.cpp. References m_pclMainWindow.
|
|
|
Definition at line 80 of file Main.cpp. References m_clControl. Referenced by Main().
|
|
|
Definition at line 153 of file Main.cpp. References KeyboardEvent(), and m_pclMainWindow. Referenced by KeyboardEvent().
|
|
|
Definition at line 210 of file Main.cpp. References m_pclMainWindow. Referenced by main().
|
|
|
Definition at line 102 of file Main.cpp. References m_pclMainWindow, SDL_USEREVENT_ADDFORM, SDL_USEREVENT_DISCONNECT, UICOMMAND_QUIT, UICOMMAND_XMLSAVE, and UserEvent(). Referenced by UserEvent().
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 69 of file Main.h. Referenced by GetWindow(), KeyboardEvent(), Main(), MainLoop(), UserEvent(), and ~Main(). |
1.3.6