📄 hellogui_appview.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -