Following code sample can be used to retrieve application icons
Hearders Required:
#include <fbs.h> //CFbsBitmap
#include <aknsskininstance.h> //MAknsSkinInstance
#include <aknsutils.h> //AknsUtils
Library required:
LIBRARY fbscli.lib ///CFbsBitmap
LIBRARY aknskins.lib aknskinsrv.lib aknswallpaperutils.lib //MAknsSkinInstance ,AknsUtil
Source Code:
CGulIcon* CMyClass::GetApplicationIconL(const TUid& aAppUID)
{
CFbsBitmap* AppIcon(NULL);
CFbsBitmap* AppIconMsk(NULL);
MAknsSkinInstance* skin = AknsUtils::SkinInstance();
AknsUtils::CreateAppIconLC(skin,aAppUID, EAknsAppIconTypeContext,AppIcon,AppIconMsk);
CleanupStack::Pop(2);
return CGulIcon::NewL(AppIcon,AppIconMsk);
}
分享到:
相关推荐
use this app to get your demo's or project's signatrue, copy the md5 code to wechat developer's platform to apply app id.
标题"BirdDevice_Getuid_Console_hfrdapi_"和描述"BirdDevice_Getuid_Console"暗示我们关注的是一个与设备管理相关的系统或软件组件,尤其是与获取设备唯一标识(Getuid)和控制台交互(Console)有关的部分。...
"获取文件的图标"(Get a File’s Icon)是编程中一个常见的需求,特别是在开发用户界面时,可能需要显示文件图标以增强用户体验。在本文中,我们将深入探讨如何在编程环境中获取并使用文件图标,特别是针对VB6...
要实现 Yarn 获取 Application 列表编码,需要使用 Yarn 客户端 API,首先需要创建一个 YarnClient 对象,然后使用该对象的 getApplications() 方法获取当前 Hadoop 集群中的应用程序列表。每个应用程序都对应一个 ...
It’s easy to get started and produce a powerful and professional looking website with Zend Framework 2 Application Development. Exploring real life applications, we will explore the Zend Framework 2 ...
$ npm install get-uid var getUid = require ( 'get-uid' ) ; getUid ( ) ; //1178851014 getUid ( ) ; //811233864 ... 又一个 uid 生成器? 已经有一些了: 基因-uid 独特 用户界面 用户名2 uid-util ...
After you have developed five full projects, the book provides you with some bare-bone skeleton codes for a few functional but incomplete projects, challenging you to put your skills to test by ...
在实际的JSP页面中,可以使用`cods.getConnection()`获取连接,执行SQL语句后通过`conn.close()`回收连接,确保连接池的有效利用。 总结来说,`application`作用域在JSP中主要用于跨用户、跨页面的数据共享,特别...
httpGet.setHeader("Accept", "application/json"); CloseableHttpResponse response = httpClient.execute(httpGet); try { System.out.println(response.getStatusLine()); ...
在这个主题中,我们将深入探讨"Yarn编程ApplicationList",包括如何实现应用列表的查询、应用的kill操作,以及Job的查询和map/reduce任务数量的查询。 首先,`Yarn编程ApplicationList`涉及到的主要概念是YARN的...
icon is included by the main resource file GetIP.rc. res\GetIP.rc2 This file contains resources that are not edited by Microsoft Developer Studio. You should place all resources not editable by ...
### Android Application 对象详解 #### 一、Application 组件概述 **Application** 是 Android 框架中的一个重要组件,与 **Activity**、**Service** 并列为四大组件之一。它在应用程序启动时由系统自动创建,并...
"利用getdata获取图形数据"这一主题涉及到一个名为getdata的软件工具,它专门用于从各种图形文件中提取数据点,使用户能够对这些数据进行进一步处理或分析。下面将详细介绍getdata软件及其使用方法。 getdata是一款...
support-application is a library which can get the information about the app like application, applicationContext, classloader, appName, versionName, versionCode, isDebugAble without context. ...
You’ll start by discovering the internal components of an Android and an iOS application. Moving ahead, you’ll understand the inter-process working of these applications. Then you’ll set up a test...
httpGet.setHeader("Accept", "application/json"); ``` 然后,你需要一个HttpClient实例来执行请求。HttpClient有多种版本,如4.x系列和5.x系列。这里以HttpClient 4.x为例,创建HttpClient实例并执行请求: ```...
【GetData安装软件及使用教程】 GetData是一款强大的图形数据提取工具,尤其在科研和工程领域中广泛应用。当你遇到只有二维曲线图而缺乏具体点数据的情况时,GetData可以帮助你从图像中恢复或提取这些丢失的数据点...
ASP.NET Core: Cloud-ready, Enterprise Web Application Development by Mugilan T. S. Ragupathi English | 9 Jun. 2017 | ASIN: B072KDVHCS | 1414 Pages | AZW3 | 36.34 MB Create fast, scalable, and high-...
《深入解析getaddrinfo.c:C语言在Linux DNS解析中的应用》 在计算机网络编程中,DNS(Domain Name System)是互联网的一项基础服务,它负责将人类可读的域名转换为IP地址。在Linux系统中,`getaddrinfo()`函数是...