API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknsettingitemlist.h>
Inherited by CAknEnumeratedItem< T >.
This is used to make a template class by CAknEnumeratedItem
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. |
|
Construct an item consisting of an integer value and its co-ordinate pointer. |
|
Destructor. |
|
Access the integer value.
|
|
Set the integer part of the object.
|
|
Set the pointer part of the object.
|
|
Access the pointer part of the object.
|