API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib
Required Capabilities
None
#include <aknnumseced.h>
Inherits CEikSecretEditor.
Implementation of Avkon numeric secret editor which expands CEikSecretEditor
to better cope with numeric passwords e.g. PINs.
Public Member Functions |
|
IMPORT_C | CAknNumericSecretEditor () |
C++ default constructor. |
|
~CAknNumericSecretEditor () | |
Destructor. |
|
virtual IMPORT_C TCoeInputCapabilities | InputCapabilities () const |
From CCoeControl . |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
From CCoeControl . |
|
Protected Member Functions |
|
virtual IMPORT_C void | AppendCharacterL (TInt aKeyCode) |
Appends a character to the password. |
|
virtual IMPORT_C MCoeFepAwareTextEditor_Extension1::CState * | CreateFepStateL () |
Creates a FEP state handler (CAknEdwinState ) with default values. |
|
C++ default constructor. |
|
Destructor. |
|
Appends a character to the password.
Reimplemented from CEikSecretEditor. |
|
Creates a FEP state handler (
Reimplemented from CEikSecretEditor. |
|
From Handles pointer events.
Reimplemented from CEikSecretEditor. |
|
From 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.
Reimplemented from CEikSecretEditor. |