?? parkingapplication.cpp
字號:
/* Copyright (c) 2008, Nokia. All rights reserved */
#include "ParkingDocument.h"
#include "ParkingApplication.h"
// UID for the application; this should correspond to the uid defined in the mmp file
const TUid KUidParkingApp = {0x03A725F7};
CApaDocument* CParkingApplication::CreateDocumentL()
{
return (static_cast<CApaDocument*>(CParkingDocument::NewL(*this)));
}
TUid CParkingApplication::AppDllUid() const
{
return KUidParkingApp;
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -