#include <mw/Aknnumseced.h>
| class CAknNumericSecretEditor : public CEikSecretEditor |
| Public Member Functions | |
|---|---|
| CAknNumericSecretEditor() | |
| ~CAknNumericSecretEditor() | |
| virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
| virtual IMPORT_C TCoeInputCapabilities | InputCapabilities() |
| Protected Member Functions | |
|---|---|
| virtual IMPORT_C void | AppendCharacterL(TInt) |
| virtual IMPORT_C MCoeFepAwareTextEditor_Extension1::CState * | CreateFepStateL() |
| Inherited Enumerations | |
|---|---|
| CCoeControl:TZoomType | |
| CEikSecretEditor:@179 | |
| CEikSecretEditor:TFeatureId | |
An editor for a numeric password. Implementation of Avkon numeric secret editor which expands CEikSecretEditor to better cope with numeric passwords e.g. PINs.
| IMPORT_C void | AppendCharacterL | ( | TInt | aKeyCode | ) | [protected, virtual] |
Reimplemented from CEikSecretEditor::AppendCharacterL(TInt)
Appends a character to the password.
| Parameter | Description |
|---|---|
| aKeyCode | A numeric character to be appended to the password. |
| IMPORT_C MCoeFepAwareTextEditor_Extension1::CState * | CreateFepStateL | ( | ) | [protected, virtual] |
Reimplemented from CEikSecretEditor::CreateFepStateL()
Creates a FEP state handler (CAknEdwinState ) with default values.
Returns: A Pointer to a FEP state handler.
| IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CEikSecretEditor::HandlePointerEventL(const TPointerEvent &)
From CCoeControl.
Handles pointer events.
| Parameter | Description |
|---|---|
| aPointerEvent | The pointer event. |
| IMPORT_C TCoeInputCapabilities | InputCapabilities | ( | ) | const [virtual] |
Reimplemented from CEikSecretEditor::InputCapabilities()const
From CCoeControl. Gets the control's input capabilities. Gets input capabilities that describe which forms of text input are consumed by a control.
If this function is overrided in a subclass, the subclass should obtain this class' InputCapabilities' object provider through TCoeInputCapabilities::ObjectProvider() and set that as a part of the subclass' InputCapabilities object provider chain to ensure maximum functionality.
Returns: The control's input capabilities.