view include/marksheet.h @ 4:fdba695b99f1

More fast ( read from DB ). Improve the precision of marksheet judgement.
author pyon@macmini
date Wed, 11 Sep 2013 19:09:14 +0900
parents c066fde99517
children 52958cd4a073
line wrap: on
line source

// Filename   : marksheet.h
// Last Change: 11-Sep-2013.
//
#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 );
wxString GetHhsName( wxString& hhsno );
int IsHhsno( wxString& hhsno, wxString& name );
int GetMarksheetVersion( wxString file );

#endif // __MARKSHEET_H__