eqtapnumeric.h

来自「Symbian平台 数字键盘手机输入法源码」· C头文件 代码 · 共 39 行

H
39
字号
// eQTapNumeric.h: interface for the CeQTapNumeric class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_EQTAPNUMERIC_H__3A0FAF28_209C_48B9_8E17_147ADB5CDD8B__INCLUDED_)
#define AFX_EQTAPNUMERIC_H__3A0FAF28_209C_48B9_8E17_147ADB5CDD8B__INCLUDED_

#include <e32base.h>
#include <e32std.h>
#include "W32Std.h"
#include "Coedef.h"
#include "eQTapIMBase.h"

class CeQTapNumeric  : public CeQTapIMBase
{
public:
	CeQTapNumeric();
	virtual ~CeQTapNumeric();
	/*process the KeyEvent*/
	virtual int OnKeyEventProc(int nParameter1, int nParameter2);

	/*Draw itself*/
	virtual int OnDrawIMWindow();

	static CeQTapNumeric* NewL(CeQTapControl* pControl);

	CeQTapNumeric(CeQTapControl* pControl);

	inline void Active(TBool bActive){ m_bIsIMActive = bActive;}

	void ConstructL();

	void SwitchToNumeric();

	void ActiveNMWindow(TBool bActive);
};

#endif // !defined(AFX_EQTAPNUMERIC_H__3A0FAF28_209C_48B9_8E17_147ADB5CDD8B__INCLUDED_)

⌨️ 快捷键说明

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