?? bossioappview.h
字號:
// 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -