ldleniefeilongcontainertwo.h
来自「symbian 视图切换源代码,很有学习价值」· C头文件 代码 · 共 28 行
H
28 行
/* Copyright (c) 2008, NieFeiLong. All rights reserved */
#ifndef __LDLENIEFEILONG_CONTAINER2_H__
#define __LDLENIEFEILONG_CONTAINER2_H__
#include <aknview.h>
class CLDLENieFeiLongContainerTwo : public CCoeControl
{
public:
static CLDLENieFeiLongContainerTwo* NewL(const TRect& aRect);
static CLDLENieFeiLongContainerTwo* NewLC(const TRect& aRect);
void ConstructL(const TRect& aRect);
public: // from CoeControl
TInt CountComponentControls() const;
CCoeControl* ComponentControl(TInt aIndex) const;
void Draw(const TRect& aRect) const;
};
#endif // __LDLENIEFEILONG_CONTAINER2_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?