-
Notifications
You must be signed in to change notification settings - Fork 2
/
XlsGamma.h
41 lines (32 loc) · 1.5 KB
/
XlsGamma.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// XlsGamma.h: interface for the CXlsGamma class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_XLSGAMMA_H__48CD5DA9_A210_4129_84AA_182FAFBAA016__INCLUDED_)
#define AFX_XLSGAMMA_H__48CD5DA9_A210_4129_84AA_182FAFBAA016__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "XlsFile2.h"
class CXlsGamma : public CXlsFile2
{
int m_ModuleNO;
void idWGamma();
public:
void InitForm(){ }; //µe¥Xªí®æªºtitle
CXlsFile2* iData(std::vector<Cartridge2>&, std::vector<Cartridge2>::size_type = 0){ return this; };
CXlsFile2* iCellNO(std::vector<Cartridge2>::size_type);
CXlsFile2* iPanelID(CString , std::vector<Cartridge2>::size_type);
CXlsFile2* iProb (CString , std::vector<Cartridge2>::size_type){ return this; };
CXlsFile2* iChannel(CString , std::vector<Cartridge2>::size_type){ return this; };
CXlsFile2* iData (RNA&, std::vector<Cartridge2>::size_type);
// CXlsFile2* iData (CDataChain&, std::vector<Cartridge2>::size_type);
CXlsFile2* iNitsLv (CString , std::vector<Cartridge2>::size_type){ return this;};
CXlsFile2* iPanelID(CString );
CXlsFile2* iProb (CString ){ return this; };
CXlsFile2* iChannel(CString ){ return this; };
CXlsFile2* iData (RNA& );
// CXlsFile2* iData (CDataChain& );
CXlsFile2* iNitsLv (CString ){ return this;};
CXlsFile2* operator->() { return this; };
};
#endif // !defined(AFX_XLSGAMMA_H__48CD5DA9_A210_4129_84AA_182FAFBAA016__INCLUDED_)