?? 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 + -