arraypopuptrigger.h

来自「很优秀的公交查询软件」· C头文件 代码 · 共 21 行

H
21
字号
#ifndef	ARRAYPOPUPTRIGGER_H_
#define	ARRAYPOPUPTRIGGER_H_

#include "Common.h"

class CArrayPopupTrigger : public CCustomPopupTrigger
{ 
public:
	virtual const Char* GetItemText(Int16 nItemNum);
	void Add(const CString s, const UInt16 i);
	void Clear();
	UInt16 GetDataInt(const UInt16 idx);
protected:
	CArray<CString>	m_arrData;
	CArray<UInt16> m_arrDataIndex;
};



#endif/*ARRAYPOPUPTRIGGER_H_*/

⌨️ 快捷键说明

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