📄 bmpmanipapplication.cpp
字号:
/* Copyright (c) 2003, Nokia Mobile Phones. All rights reserved */
#include "BmpmanipDocument.h"
#include "BmpmanipApplication.h"
// Uid for the application, this should match the one in the mmp file
const TUid KUidBmpmanipApp = {0x10005BBE};
CApaDocument* CBmpmanipApplication::CreateDocumentL()
{
return (static_cast<CApaDocument*>(CBmpmanipDocument::NewL(*this)));
}
TUid CBmpmanipApplication::AppDllUid() const
{
return KUidBmpmanipApp;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -