Link against: avkon.lib eikcore.lib
None
#include <AknIconArray.h>
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. |
|
C++ Constructor. |
|
Destructor. Destroys all icons in the array. |
|
Append icons from a resource to this array.
|
|
Append icons from a resource to this array.
|
|
Second phase constructor: loads contents of array from resources.
|
|
Second phase constructor: loads contents of array from resources.
|