⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ldleniefeilongcontainertwo.h

📁 symbian 视图切换源代码,很有学习价值
💻 H
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -