#include <mw/aknsettingitemlist.h>
| class CAknEnumeratedItemBase : public CBase |
| Public Member Functions | |
|---|---|
| CAknEnumeratedItemBase(TInt, TAny *) | |
| ~CAknEnumeratedItemBase() | |
| IMPORT_C TInt | EnumerationValue() |
| IMPORT_C void | SetEnumerationValue(TInt) |
| IMPORT_C void | SetValue(TAny *) |
| IMPORT_C TAny * | Value() |
Base class for a data object to hold a pointer and a corresponding integer value. This is used to make a template class by CAknEnumeratedItem
| IMPORT_C TInt | EnumerationValue | ( | ) | const |
Access the integer value
Returns: the integer value of this item
| IMPORT_C void | SetEnumerationValue | ( | TInt | aNewValue | ) |
Set the integer part of the object
| Parameter | Description |
|---|---|
| aNewValue | Value to set |
| IMPORT_C TAny * | Value | ( | ) | const |
Access the pointer part of the object
Returns: TAny* pointer to any type