?? mmsexampleapp.h
字號(hào):
/*
* ============================================================================
* 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -