📄 mmsexampleapp.h
字号:
/*
* ============================================================================
* Name : CMMSExampleApp from MMSExampleApp.h
* Part of : MMSExample
* Created : 04.11.2006 by Forum Nokia
* Description:
* Declares main application class.
* Version : 2.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef MMSEXAMPLEAPP_H
#define MMSEXAMPLEAPP_H
// INCLUDES
#include <eikapp.h> // for CEikApplication
//
// Application class
//
class CMMSExampleApplication : public CEikApplication
{
public:
/**
* From CApaApplication, returns application's UID (KUidMMSExample).
* @return The value of KUidMMSExample.
*/
TUid AppDllUid() const;
private:
/**
* From CApaApplication, creates CMMSExampleDocument document object.
* @return A pointer to the created document object.
*/
CApaDocument* CreateDocumentL();
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -