hellogui_appview.h

来自「Symbian C++ scmp.zip」· C头文件 代码 · 共 24 行

H
24
字号
// HelloGui_AppView.h
//
// Copyright (c) 2002 Symbian Ltd.  All rights reserved.
//

#ifndef __HELLOGUI_APPVIEW_H
#define __HELLOGUI_APPVIEW_H

#include "HelloGui.h"

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

#endif

⌨️ 快捷键说明

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