S60 3rd Edition API Reference: PbkIconUtils Class Reference
PbkIconUtils Class Reference
API published in: S60 1st Ed
Link against: pbkview.lib
Capability Information
Required Capabilities
ReadDeviceData WriteDeviceData
#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: