#include <nanoComp.hpp>
Collaboration diagram for NanoComp:
Public Member Functions | |
virtual bool | OnInit () |
Application initialization method. | |
virtual int | OnExit () |
Exit application method, all cleanup should be done here. | |
Private Attributes | |
MainController * | controller |
Main application controller. | |
NanoFrame * | frame |
Main window. |
Main class providing the application. It's a must for the wxWindows API use. It starts the program main window and gives application control to the wxWindows susbsystem. It provides init and exit functions as well.
Definition at line 50 of file nanoComp.hpp.
|
Exit application method, all cleanup should be done here.
Definition at line 45 of file nanoComp.cpp. References controller. |
|
Application initialization method.
Definition at line 30 of file nanoComp.cpp. |
|
Main application controller.
Definition at line 58 of file nanoComp.hpp. Referenced by OnExit(). |
|
Main window.
Definition at line 60 of file nanoComp.hpp. |