appview.h

来自「《SymbianOSC手机应用开发》源码」· C头文件 代码 · 共 17 行

H
17
字号
#ifndef __APPVIEW_H
#define __APPVIEW_H

#include "tp-viewtest.h"

class CAppView : public CCoeControl
	{
public:
	static CAppView* NewL(const TRect& aRect);
	~CAppView();
	void ConstructL(const TRect& /*aRect*/);
private:
	void Draw(const TRect& /* aRect */) const;
	};

#endif

⌨️ 快捷键说明

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