bossioappview.h

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

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

#ifndef BOSSIOAPPVIEW_H_
#define BOSSIOAPPVIEW_H_

#include "bossiogui.h"

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

#endif

⌨️ 快捷键说明

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