ldleniefeilongcontainerone.h
来自「symbian 视图切换源代码,很有学习价值」· C头文件 代码 · 共 29 行
H
29 行
/* Copyright (c) 2008, NieFeiLong. All rights reserved */
#ifndef __LDLENIEFEILONG_CONTAINERONE_H__
#define __LDLENIEFEILONG_CONTAINERONE_H__
#include <aknview.h>
class CLDLENieFeiLongContainerOne : public CCoeControl
{
public:
static CLDLENieFeiLongContainerOne* NewL(const TRect& aRect);
static CLDLENieFeiLongContainerOne* 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_CONTAINERONE_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?