Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/main.h @ 11:799b6008db8e
auto-upgrade.
| author | pyon@macmini |
|---|---|
| date | Mon, 12 Nov 2018 19:35:50 +0900 |
| parents | 36811fd22bd2 |
| children | f5ffc34f045a |
comparison
equal
deleted
inserted
replaced
| 10:36811fd22bd2 | 11:799b6008db8e |
|---|---|
| 1 // Filename : main.h | 1 // Filename : main.h |
| 2 // Last Change: 2018-11-01 –Ø 11:13:19. | 2 // Last Change: 2018-11-09 ‹à 09:43:03. |
| 3 // | 3 // |
| 4 #include <wx/wx.h> | 4 #include <wx/wx.h> |
| 5 #include <wx/config.h> | 5 #include <wx/config.h> |
| 6 #include <wx/fileconf.h> | 6 #include <wx/fileconf.h> |
| 7 #include <wx/splash.h> | 7 #include <wx/splash.h> |
| 8 #include <wx/fs_zip.h> | 8 #include <wx/fs_zip.h> |
| 9 #include <wx/filesys.h> | 9 #include <wx/filesys.h> |
| 10 #include <wx/wfstream.h> | |
| 11 | 10 |
| 12 // private classes | 11 // private classes |
| 13 // Define a new application type, each program should derive a class from wxApp | 12 // Define a new application type, each program should derive a class from wxApp |
| 14 class MyApp : public wxApp | 13 class MyApp : public wxApp |
| 15 { | 14 { |
| 32 virtual bool OnInit(); | 31 virtual bool OnInit(); |
| 33 virtual int OnExit(); | 32 virtual int OnExit(); |
| 34 | 33 |
| 35 void InitSetting(); | 34 void InitSetting(); |
| 36 void SaveSetting(); | 35 void SaveSetting(); |
| 36 wxString GetVersion(); | |
| 37 void SplashScreen( int ms ); | 37 void SplashScreen( int ms ); |
| 38 void RemoveFile( wxString pattern ); | 38 void RemoveFile( wxString pattern ); |
| 39 }; | 39 }; |
| 40 | 40 |
| 41 DECLARE_APP( MyApp ) | 41 DECLARE_APP( MyApp ) |
