?? mmsexampleapp.cpp
字號:
/*
* ============================================================================
* Name : CMMSExampleApp from MMSExampleApp.cpp
* Part of : MMSExample
* Created : 04.11.2006 by Forum Nokia
* Version : 2.0
* Copyright: Nokia Corporation
* ============================================================================
*/
// INCLUDE FILES
#include "MMSExampleApp.h"
#include "MMSExampleDocument.h"
// Own constants
#ifdef __SERIES60_3X__
const TUid KUidMMSExample = { 0xE01F402F }; // MMSExample application UID
#else
const TUid KUidMMSExample = { 0x101F402F }; // MMSExample application UID
#endif
//
// Functions for Application Architecture
//
// ================= MEMBER FUNCTIONS =======================
// ---------------------------------------------------------
// CMMSExampleApplication::AppDllUid()
// Returns application UID
// ---------------------------------------------------------
//
TUid CMMSExampleApplication::AppDllUid() const
{
return KUidMMSExample;
}
// ---------------------------------------------------------
// CMMSExampleApplication::CreateDocumentL()
// Creates CMMSExampleDocument object
// ---------------------------------------------------------
//
CApaDocument* CMMSExampleApplication::CreateDocumentL()
{
return CMMSExampleDocument::NewL( *this );
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -