API published in: S60 1st Ed
API deprecated in: S60 5th Ed
Link against: pbkview.lib
Required Capabilities
None
#include <pbkiconinfo.h>
Public Member Functions |
|
~CPbkIconInfoContainer () | |
Destructor. |
|
IMPORT_C const TPbkIconInfo * | Find (TPbkIconId aIconId) const |
Finds a particular TPbkIconInfo in the container. |
|
IMPORT_C CGulIcon * | LoadBitmapL (TPbkIconId aIconId) const |
Creates and returns a CGulIcon object corresponding to the aIconId. |
|
IMPORT_C void | AppendIconsFromResourceL (TInt aResourceId) |
Appends new icon info elements from aResourceId. |
|
Static Public Member Functions |
|
static IMPORT_C CPbkIconInfoContainer * | NewL (CCoeEnv *aCoeEnv=NULL) |
Creates a new instance of this class intialized with Phonebook default icon info from PbkView.rsc. |
|
static IMPORT_C CPbkIconInfoContainer * | NewL (TResourceReader &aReader) |
Creates a new instance of this class. |
|
static IMPORT_C CPbkIconInfoContainer * | NewL (TInt aResourceId, CCoeEnv *aCoeEnv=NULL) |
Creates a new instance of this class. |
|
Destructor. |
|
Appends new icon info elements from aResourceId. The resource must be of PBK_ICON_INFO type.
|
|
Finds a particular TPbkIconInfo in the container.
|
|
Creates and returns a CGulIcon object corresponding to the aIconId. ownership of the returned object is transferred to the client. Returns NULL if icon id is not in the array.
|
|
Creates a new instance of this class.
|
|
Creates a new instance of this class.
|
|
Creates a new instance of this class intialized with Phonebook default icon info from PbkView.rsc. Note that PbkView.rsc has to be loaded, see RPbkViewResourceFile.
|