📄 audioplayerdocument.h
字号:
#ifndef __AUDIOPLAYERDOCUMENT_H__
#define __AUDIOPLAYERDOCUMENT_H__
// System includes
#include <akndoc.h> // CAknDocument
// CLASS DECLARATION
/**
*
* @class CAudioPlayerDocument AudioPlayerDocument.h
* @brief This is the document class for the example application illustrating
* the playing of various sound types.
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*
*/
class CAudioPlayerDocument : public CAknDocument
{
public:
static CAudioPlayerDocument* NewL(CEikApplication& aApp);
~CAudioPlayerDocument();
private: // CEikDocument
CEikAppUi* CreateAppUiL();
private:
CAudioPlayerDocument(CEikApplication& aApp);
void ConstructL();
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -