Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

Application.h

Go to the documentation of this file.
00001 /***********************************************************************
00002 
00003   FinalMix: Application.h
00004   by Martin Decky
00005   
00006   Redistribution of this file is permitted under the GNU Public License.
00007 
00008   0.9.0     Initial version
00009   0.9.2     MS Wave loader
00010   0.9.5     Refactorization
00011 
00012 ***********************************************************************/
00013 
00014 
00015 #ifndef _FM_APPLICATION_H_
00016 #define _FM_APPLICATION_H_
00017 
00018 
00019 #include "Frame.h"
00020 #include "Project.h"
00021 #include <wx/app.h>
00022 #include <wx/config.h>
00023 
00024 
00031 class Application : public wxApp {
00032     public:
00033         bool OnInit(); 
00034         int OnExit();  
00036         Project * project;     
00037         wxConfigBase * config; 
00038     private:
00039         Frame * frame; 
00040 };
00041 
00042 
00043 DECLARE_APP(Application)
00044 
00045 #endif

Generated on Wed Jul 28 17:17:42 2004 for FinalMix by doxygen 1.3.5