API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib
Required Capabilities
None
#include <aknnumed.h>
Inherits CEikEdwin.
Inherited by CAknIntegerEdwin, CEikFixedPointEditor, and CEikFloatingPointEditor.
Public Types |
|
enum | TValidationStatus { EValueValid = KErrNone, EValueTooSmall, EValueTooLarge, EValueNotParsed, EEmpty } |
Indicates a validiton status for values read from the control. More... |
|
Public Member Functions |
|
virtual IMPORT_C | ~CAknNumericEdwin () |
Destructor. |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
From CCoeControl . |
|
Protected Member Functions |
|
IMPORT_C void | MapKeyEvent (TKeyEvent &aKeyEvent, TEventCode &, TDigitType aDigitType) const |
Maps a key event so that any numeric character is mapped to the correct digit type that this editor is using. |
|
Indicates a validiton status for values read from the control. |
|
Destructor. |
|
From Handles pointer events.
Reimplemented from CEikEdwin. Reimplemented in CAknIntegerEdwin, CEikFloatingPointEditor, and CEikFixedPointEditor. |
|
Maps a key event so that any numeric character is mapped to the correct digit type that this editor is using.
|