You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
|
|
class AFX_EXT_CLASS CReadDraw
|
|
|
|
|
|
{
|
|
|
|
|
|
public:
|
|
|
|
|
|
CReadDraw(void);
|
|
|
|
|
|
~CReadDraw(void);
|
|
|
|
|
|
|
|
|
|
|
|
//<2F>б<EFBFBD><D0B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɵ<EFBFBD>ΪCCurve*<2A><><EFBFBD><EFBFBD>
|
|
|
|
|
|
int ReadCurveAll(CString m_input, CPtrList& CurveList);
|
|
|
|
|
|
void ClearCurveList(CPtrList& curveList);
|
|
|
|
|
|
|
|
|
|
|
|
int ReadCurveAll(CString m_input, CMap<int,int,void *,void *> & CurveMap);
|
|
|
|
|
|
int ReadLayer(CString& line);
|
|
|
|
|
|
int ReadSuperLink(CFile& fr, CString& line);
|
|
|
|
|
|
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8>CCurve*
|
|
|
|
|
|
void* ReadCurve(CFile& fr, CString& line);
|
|
|
|
|
|
|
|
|
|
|
|
int IsSkip(CString& line);
|
|
|
|
|
|
int IsSuperLink(CString& line);
|
|
|
|
|
|
int IsCurve(CString& line);
|
|
|
|
|
|
|
|
|
|
|
|
void* ReadCalibrate(CString m_input);
|
|
|
|
|
|
//void* GetCalibrate(CString m_input,int state);
|
|
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
|
int IsNew;
|
|
|
|
|
|
int ReadNew(CString& line);
|
|
|
|
|
|
int ReadDisplay(CString& line);
|
|
|
|
|
|
};
|