| class CAknNumericEdwin : public CEikEdwin |
Intermediate class for defining data shared between numeric edwins
| Public Member Functions | |
|---|---|
| ~CAknNumericEdwin() | |
| IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
| Protected Member Functions | |
|---|---|
| IMPORT_C void | MapKeyEvent(TKeyEvent &, TEventCode &, TDigitType) |
| Private Member Functions | |
|---|---|
| IMPORT_C void * | ExtensionInterface(TUid) |
| IMPORT_C void | Reserved_3() |
| Public Member Enumerations | |
|---|---|
| enum | TValidationStatus { EValueValid = KErrNone, EValueTooSmall, EValueTooLarge, EValueNotParsed, EEmpty } |
| Private Attributes | |
|---|---|
| TInt | iSpare |
| IMPORT_C void * | ExtensionInterface | ( | TUid | aInterface | ) | [private, virtual] |
From CAknControl
| TUid aInterface |
| IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
From CCoeControl.
Handles pointer events.
| const TPointerEvent & aPointerEvent | Pointer event to respond to. |
| IMPORT_C void | MapKeyEvent | ( | TKeyEvent & | aKeyEvent, |
| TEventCode & | , | |||
| TDigitType | aDigitType | |||
| ) | const [protected] | |||
| TKeyEvent & aKeyEvent | the key event to modify |
| TEventCode & | |
| TDigitType aDigitType | the digit type to map all numeric characters to. |
Indicates a validiton status for values read from the control.
| EValueValid = KErrNone |
Read value is valid. |
| EValueTooSmall |
Read value is smaller than the minimum value. |
| EValueTooLarge |
Read value is larger than the maximum value. |
| EValueNotParsed |
Read value can not be parsed. |
| EEmpty |
The control is empty. |
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.