Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/main.h @ 6:9a8b581c1993
improve performance.
| author | pyon@macmini |
|---|---|
| date | Tue, 23 Oct 2018 19:15:22 +0900 |
| parents | e3b10fb860b3 |
| children | 29829e98d510 |
comparison
equal
deleted
inserted
replaced
| 5:e3b10fb860b3 | 6:9a8b581c1993 |
|---|---|
| 1 // Filename : main.h | 1 // Filename : main.h |
| 2 // Last Change: 2018-10-19 ‹à 16:02:35. | 2 // Last Change: 2018-10-23 ‰Î 10:09:58. |
| 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> |
| 29 virtual bool OnInit(); | 29 virtual bool OnInit(); |
| 30 virtual int OnExit(); | 30 virtual int OnExit(); |
| 31 | 31 |
| 32 void InitSetting(); | 32 void InitSetting(); |
| 33 void SaveSetting(); | 33 void SaveSetting(); |
| 34 void RemoveFile( wxString pattern ); | |
| 34 }; | 35 }; |
| 35 | 36 |
| 36 DECLARE_APP( MyApp ) | 37 DECLARE_APP( MyApp ) |
| 37 | 38 |
