mmsexampleapp.h
来自「symbian 彩信发送例子,希望对大家有所帮助」· C头文件 代码 · 共 40 行
H
40 行
/*
* ============================================================================
* 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 + =
减小字号Ctrl + -
显示快捷键?