📄 testmtmsapplication.cpp
字号:
/*
============================================================================
Name : TestMtmsApplication.cpp
Author : Tomken
Copyright : (C) 2008-2009
Description : Main application class
============================================================================
*/
// INCLUDE FILES
#include "TestMtms.hrh"
#include "TestMtmsDocument.h"
#include "TestMtmsApplication.h"
// ============================ MEMBER FUNCTIONS ===============================
// -----------------------------------------------------------------------------
// CTestMtmsApplication::CreateDocumentL()
// Creates CApaDocument object
// -----------------------------------------------------------------------------
//
CApaDocument* CTestMtmsApplication::CreateDocumentL()
{
// Create an TestMtms document, and return a pointer to it
return CTestMtmsDocument::NewL(*this);
}
// -----------------------------------------------------------------------------
// CTestMtmsApplication::AppDllUid()
// Returns application UID
// -----------------------------------------------------------------------------
//
TUid CTestMtmsApplication::AppDllUid() const
{
// Return the UID for the TestMtms application
return KUidTestMtmsApp;
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -