hwrmtestappdocument.h

来自「平台symbian。 功能:获取系统信息。」· C头文件 代码 · 共 68 行

H
68
字号
/*
* ==============================================================================
*  Name        : HWRMTestAppDocument.h
*  Part of     : HWRMTestApp
*  Interface   : 
*  Description : Declares document for application.
*  Version     : 
*
*  Copyright (c) 2002-2006 Nokia Corporation.
*  This material, including documentation and any related 
*  computer programs, is protected by copyright controlled by 
*  Nokia Corporation. 
* ==============================================================================
*/

#ifndef HWRMTESTAPPDOCUMENT_H
#define HWRMTESTAPPDOCUMENT_H

// INCLUDES
#include <akndoc.h>
   
// CONSTANTS

// FORWARD DECLARATIONS
class  CEikAppUi;

// CLASS DECLARATION

/**
*  CHWRMTestAppDocument application class.
*
*  @lib HWRMTestApp.exe
*  @since Series S60 3.0
*/
class CHWRMTestAppDocument : public CAknDocument
    {
    public: // Constructors and destructor
        /**
        * Two-phased constructor.
        */
        static CHWRMTestAppDocument* NewL(CEikApplication& aApp);

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

    private:

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

    private:

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

#endif // HWRMTESTAPPDOCUMENT_H

// End of File

⌨️ 快捷键说明

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