Mercurial > mercurial > hgweb_searcher03.cgi
view include/marksheet.h @ 15:de222bc84e48
Implement Mouse Gesture in Preview Dialog.
author | pyon@macmini |
---|---|
date | Sun, 15 Jun 2014 16:45:52 +0900 |
parents | 52958cd4a073 |
children |
line wrap: on
line source
// Filename : marksheet.h // Last Change: 13-May-2014. // #ifndef __MARKSHEET_H__ #define __MARKSHEET_H__ #include "wx/wxsqlite3.h" bool IsBlack( int r, int g, int b ); wxString GuessHhs( wxString& file ); bool IsMarksheet( wxString& file, double zmin, double zmax, long lmin, long lmax ); void GetScore( float* z, long* l, wxString file ); wxString GetHhsName( wxString& hhsno ); int IsHhsno( wxString& hhsno, wxString& name ); int GetMarksheetVersion( wxString file ); #endif // __MARKSHEET_H__