questioninfo.h

来自「基于组件的三层分布式应用系统的设计」· C头文件 代码 · 共 35 行

H
35
字号
// Machine generated IDispatch wrapper class(es) created with ClassWizard
/////////////////////////////////////////////////////////////////////////////
// IQuestion wrapper class

class IQuestion : public COleDispatchDriver
{
public:
	IQuestion() {}		// Calls COleDispatchDriver default constructor
	IQuestion(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
	IQuestion(const IQuestion& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}

// Attributes
public:

// Operations
public:
	CString GetContent();
	void SetContent(LPCTSTR lpszNewValue);
	CString GetQ1();
	void SetQ1(LPCTSTR lpszNewValue);
	CString GetQ2();
	void SetQ2(LPCTSTR lpszNewValue);
	CString GetQ3();
	void SetQ3(LPCTSTR lpszNewValue);
	CString GetQ4();
	void SetQ4(LPCTSTR lpszNewValue);
	CString GetQ5();
	void SetQ5(LPCTSTR lpszNewValue);
	CString GetQuestion(long x_nType, long x_nQID);
	long PutQuestion(long x_nType);
	long DeleteQuestion(long x_nType, long x_nQID);
	short GetAnswer();
	void SetAnswer(short nNewValue);
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?