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

📄 msgobserverdocument.h

📁 消息监视程序
💻 H
字号:
#ifndef MSGOBSERVERDOCUMENT_H
#define MSGOBSERVERDOCUMENT_H

// INCLUDES
#include <akndoc.h>


// FORWARD DECLARATIONS
class  CEikAppUi;

// CLASS DECLARATION

/**
 *
 * @class	CMsgObserverDocument MsgObserverDocument.h
 * @brief	CMsgObserverDocument application class.
 *
 * Copyright (c) EMCC Software Ltd 2003
 * @version	1.0
 *
 */
class CMsgObserverDocument : public CAknDocument
    {
    public: // Constructors and destructor
        /**
        * Two-phased constructor.
        */
        static CMsgObserverDocument* NewL(CEikApplication& aApp);

        /**
        * Destructor.
        */
        virtual ~CMsgObserverDocument();

    public: // New functions


    private:

        /**
        * EPOC default constructor.
        */
        CMsgObserverDocument(CEikApplication& aApp);
        void ConstructL();

    private:

        /**
        * From CEikDocument, create CMsgObserverAppUi "App UI" object.
        */
        CEikAppUi* CreateAppUiL();
    };

#endif

// End of File

⌨️ 快捷键说明

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