|
Public Member Functions |
IMPORT_C | CAknEnumeratedItemBase (TInt aEnumeratedValue, TAny *aValue) |
| Construct an item consisting of an integer value and its co-ordinate pointer.
|
IMPORT_C | ~CAknEnumeratedItemBase () |
| Destructor.
|
IMPORT_C TInt | EnumerationValue () const |
| Access the integer value.
|
IMPORT_C void | SetEnumerationValue (TInt aNewValue) |
| Set the integer part of the object.
|
IMPORT_C TAny * | Value () const |
| Access the pointer part of the object.
|
IMPORT_C void | SetValue (TAny *aPtr) |
| Set the pointer part of the object.
|