⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bmpmanipapplication.cpp

📁 该源码主要用于在手机平台上对图像的一些简单处理
💻 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 + -