PbkIconUtils Class Reference

API published in: S60 1st Ed
API deprecated in: S60 5th Ed

Link against: pbkview.lib

Capability Information

Required Capabilities

None


#include <pbkiconinfo.h>

Detailed Description

Phonebook icon utilility class.

This class is a helper class for loading skinned bitmaps.


Static Public Member Functions

static IMPORT_C void  CreateIconL (MAknsSkinInstance *aSkin, CFbsBitmap *&aBitmap, CFbsBitmap *&aMask, const TPbkIconInfo &aIconInfo)
  Creates a skinned icon from the aIconInfo information.
static IMPORT_C void  CreateIconLC (MAknsSkinInstance *aSkin, CFbsBitmap *&aBitmap, CFbsBitmap *&aMask, const TPbkIconInfo &aIconInfo)
  Creates a skinned icon from the aIconInfo information.

Member Function Documentation

static IMPORT_C void PbkIconUtils::CreateIconL MAknsSkinInstance aSkin,
CFbsBitmap *&  aBitmap,
CFbsBitmap *&  aMask,
const TPbkIconInfo aIconInfo
[static]
 

Creates a skinned icon from the aIconInfo information.

Parameters:
aSkin  Pointer to a skin instance.
aBitmap  Bitmap to set.
aMask  Mask to set.
aIconInfo  Bitmap and mask information.
static IMPORT_C void PbkIconUtils::CreateIconLC MAknsSkinInstance aSkin,
CFbsBitmap *&  aBitmap,
CFbsBitmap *&  aMask,
const TPbkIconInfo aIconInfo
[static]
 

Creates a skinned icon from the aIconInfo information.

Parameters:
aSkin  Pointer to a skin instance.
aBitmap  Bitmap to set.
aMask  Mask to set.
aIconInfo  Bitmap and mask information.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top