mysecrectedwin.h

来自「symbian手机加密记事本」· C头文件 代码 · 共 18 行

H
18
字号
#ifndef __CMYSecrectEdwin_H__
#define __CMYSecrectEdwin_H__

#include <eikedwin.h>

class CMYSecrectEdwin:public CEikEdwin
{
	public:
		CMYSecrectEdwin();
		TKeyResponse  OfferKeyEventL(const TKeyEvent &aKeyEvent, TEventCode aType);
		void  GetText (TDes &aDes) const;
	private:
		TBuf<6> iText;
		TBuf<6> tempText;
		TInt iPos;
};

#endif

⌨️ 快捷键说明

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