⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 eqtapnumeric.h

📁 Symbian平台 数字键盘手机输入法源码
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -