#include <mw/aknnumed.h>
| class CAknNumericEdwin : public CEikEdwin |
| Public Member Enumerations | |
|---|---|
| enum | TValidationStatus { EValueValid, EValueTooSmall, EValueTooLarge, EValueNotParsed, EEmpty } |
| Public Member Functions | |
|---|---|
| virtual | ~CAknNumericEdwin() |
| virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
| Protected Member Functions | |
|---|---|
| IMPORT_C void | MapKeyEvent(TKeyEvent &, TEventCode &, TDigitType) |
Intermediate class for defining data shared between numeric edwins
| IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CEikEdwin::HandlePointerEventL(const TPointerEvent &)
From CCoeControl.
Handles pointer events.
| Parameter | Description |
|---|---|
| aPointerEvent | Pointer event to respond to. |
| IMPORT_C void | MapKeyEvent | ( | TKeyEvent & | aKeyEvent, |
| TEventCode & | , | |||
| TDigitType | aDigitType | |||
| ) | const [protected] | |||
| Parameter | Description |
|---|---|
| aKeyEvent | the key event to modify |
| aDigitType | the digit type to map all numeric characters to. |