Extends CArrayPtrFlat<CGulIcon> to make it easier to load icons for a listbox. This class IS-A CArrayPtrFlat<CGulIcon>, but owns the CGulIcons it contains for leave-safety.
|
Public Member Functions |
IMPORT_C | CAknIconArray (TInt aGranurality) |
| C++ Constructor.
|
IMPORT_C void | ConstructFromResourceL (TInt aResId) |
| Second phase constructor: loads contents of array from resources.
|
IMPORT_C void | ConstructFromResourceL (TResourceReader &aReader) |
| Second phase constructor: loads contents of array from resources.
|
IMPORT_C | ~CAknIconArray () |
| Destructor.
|
IMPORT_C void | AppendFromResourceL (TInt aResId) |
| Append icons from a resource to this array.
|
IMPORT_C void | AppendFromResourceL (TResourceReader &aReader) |
| Append icons from a resource to this array.
|