audiopkgapplication.h

来自「封装了Symbian OS 3rd的音频播放器」· C头文件 代码 · 共 28 行

H
28
字号
/*
============================================================================
 Name        : AudioPkgApplication.h
 Author      : 
 Version     :
 Copyright   : Your copyright notice
 Description : Main application class
============================================================================
*/

#ifndef __AUDIOPKGAPPLICATION_H__
#define __AUDIOPKGAPPLICATION_H__

#include <aknapp.h>

class CAudioPkgApplication : public CAknApplication
    {
    public: 
        TUid AppDllUid() const;

    protected: 
        CApaDocument* CreateDocumentL();
    };

#endif 

// End of File

⌨️ 快捷键说明

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