CAknEnumeratedItemBase Class Reference
class CAknEnumeratedItemBase : public CBase |
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
Constructor & Destructor Documentation
CAknEnumeratedItemBase(TInt, TAny *)
IMPORT_C | CAknEnumeratedItemBase | ( | TInt | aEnumeratedValue, |
| TAny * | aValue |
| ) | |
Construct an item consisting of an integer value and its co-ordinate pointer
~CAknEnumeratedItemBase()
IMPORT_C | ~CAknEnumeratedItemBase | ( | ) | |
Member Functions Documentation
EnumerationValue()
IMPORT_C TInt | EnumerationValue | ( | ) | const |
SetEnumerationValue(TInt)
IMPORT_C void | SetEnumerationValue | ( | TInt | aNewValue | ) | |
Set the integer part of the object
Parameters
TInt aNewValue | Value to set |
SetValue(TAny *)
IMPORT_C void | SetValue | ( | TAny * | aPtr | ) | |
Set the pointer part of the object
Value()
IMPORT_C TAny * | Value | ( | ) | const |
Access the pointer part of the object
Member Data Documentation
TInt
iEnumerationValue
TInt
| iEnumerationValue | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.