00001 // 00002 // 00003 // Generated by StarUML(tm) C++ Add-In 00004 // 00005 // @ Project : 3D printer driver Emulator 00006 // @ File Name : main.h 00007 // @ Date : 6.10.2009 00008 // @ Author : Darius Kocar xkocar00@stud.fit.vutbr.cz 00009 // 00010 00026 #ifndef PRINTER_MAIN_H 00027 #define PRINTER_MAIN_H 00028 00029 #include <wx/wx.h> 00030 00031 00035 class MyApp : public wxApp 00036 { 00037 public: 00040 virtual bool OnInit(); 00041 00045 virtual bool OnExceptionInMainLoop(); 00046 }; 00047 00048 #endif // PRINTER_MAIN_H
1.6.1