Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/rsearcher.h @ 15:c262e17de9b1
db download skip-mode.
| author | pyon@macmini |
|---|---|
| date | Sat, 08 Jun 2019 15:50:59 +0900 |
| parents | c1dc1fcee7fe |
| children | b651aa41b9d4 |
comparison
equal
deleted
inserted
replaced
| 14:c1dc1fcee7fe | 15:c262e17de9b1 |
|---|---|
| 1 // Filename : rsearcher.h | 1 // Filename : rsearcher.h |
| 2 // Last Change: 2018-12-04 ‰Î 12:51:07. | 2 // Last Change: 2019-05-28 ‰Î 09:29:59. |
| 3 // | 3 // |
| 4 | 4 |
| 5 #ifndef __RSEARCH_H__ | 5 #ifndef __RSEARCH_H__ |
| 6 #define __RSEARCH_H__ | 6 #define __RSEARCH_H__ |
| 7 | 7 |
| 180 void CreateControls( void ); | 180 void CreateControls( void ); |
| 181 void SetAccelerator( void ); | 181 void SetAccelerator( void ); |
| 182 void Cmd( wxString cmd ); | 182 void Cmd( wxString cmd ); |
| 183 void Search( void ); | 183 void Search( void ); |
| 184 void PasteSearch( void ); | 184 void PasteSearch( void ); |
| 185 void LoadDB( void ); | 185 void LoadDB( bool load_hhsdb ); |
| 186 void UpdateIndex( void ); | 186 void UpdateIndex( void ); |
| 187 bool LoadBitmap( wxScrolledWindow* sc, MyStaticBitmap* sb, wxString file ); | 187 bool LoadBitmap( wxScrolledWindow* sc, MyStaticBitmap* sb, wxString file ); |
| 188 bool LoadBitmaps( wxString date, bool reload ); | 188 bool LoadBitmaps( wxString date, bool reload ); |
| 189 void ChangeCZoom( int z ); | 189 void ChangeCZoom( int z ); |
| 190 void ChangeZoom( wxScrolledWindow* sc, MyStaticBitmap* sb, int z ); | 190 void ChangeZoom( wxScrolledWindow* sc, MyStaticBitmap* sb, int z ); |
