📄 mmsexampledocument.h
字号:
/*
* ============================================================================
* Name : CMMSExampleDocument from CMMSExampleDocument.h
* Part of : MMSExample
* Created : 04.11.2006 by Forum Nokia
* Description:
* Declares main application class.
* Version : 2.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef MMSEXAMPLEDOCUMENT_H
#define MMSEXAMPLEDOCUMENT_H
// INCLUDES
#include <eikdoc.h> // for CEikDocument
//
// Application document class
//
class CMMSExampleDocument : public CEikDocument
{
public:
//Two-phased constructor.
static CMMSExampleDocument* NewL(CEikApplication& aApp);
//From CEikDocument, create CFileListAppUi "App UI" object.
CEikAppUi* CreateAppUiL();
protected:
private:
//Symbian default constructor.
CMMSExampleDocument(CEikApplication& aApp);
void ConstructL();
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -