helloblankappview.h

来自「Symbian OS C++ 手机应用开发(第一卷)部分事例代码」· C头文件 代码 · 共 16 行

H
16
字号
/* Copyright (c) 2003, Symbian Software Ltd. All rights reserved */

#ifndef __HELLOBLANK_APPVIEW_H__
#define __HELLOBLANK_APPVIEW_H__

#include <coecntrl.h>
#include <coedef.h>

class CBlankAppView : public CCoeControl
    {
public:
    void ConstructL(const TRect& aRect);
    };

#endif // __HELLOBLANK_APPVIEW_H__

⌨️ 快捷键说明

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