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

📄 symbian4document.h

📁 S60 3版 音乐播放器及进度条实现 功能:前后倒放歌曲及暂停等功能
💻 H
字号:
/*
============================================================================
 Name        : CSymbian4Document from Symbian4Document.h
 Author      : 
 Version     :
 Copyright   : Your copyright notice
 Description : Declares document for application.
============================================================================
*/

#ifndef SYMBIAN4DOCUMENT_H
#define SYMBIAN4DOCUMENT_H

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

// FORWARD DECLARATIONS
class  CEikAppUi;

// CLASS DECLARATION

/**
*  CSymbian4Document application class.
*/
class CSymbian4Document : public CAknDocument
    {
    public: // Constructors and destructor
        /**
        * Two-phased constructor.
        */
        static CSymbian4Document* NewL(CEikApplication& aApp);

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

    public: // New functions

    public: // Functions from base classes
    protected:  // New functions

    protected:  // Functions from base classes

    private:

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

    private:

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

#endif



⌨️ 快捷键说明

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