bmpmanipapplication.cpp
来自「该源码主要用于在手机平台上对图像的一些简单处理」· C++ 代码 · 共 19 行
CPP
19 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?