class CAknNumericSecretEditor : public CEikSecretEditor |
An editor for a numeric password. Implementation of Avkon numeric secret editor which expands CEikSecretEditor to better cope with numeric passwords e.g. PINs.
Series 60 0.9
Public Member Functions | |
---|---|
CAknNumericSecretEditor() | |
~CAknNumericSecretEditor() | |
IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
IMPORT_C TCoeInputCapabilities | InputCapabilities() |
Protected Member Functions | |
---|---|
IMPORT_C void | AppendCharacterL(TInt) |
IMPORT_C MCoeFepAwareTextEditor_Extension1::CState * | CreateFepStateL() |
Private Member Functions | |
---|---|
IMPORT_C void * | ExtensionInterface(TUid) |
IMPORT_C void | MCoeFepAwareTextEditor_Extension1_Reserved_2() |
IMPORT_C void | MCoeFepAwareTextEditor_Extension1_Reserved_3() |
IMPORT_C void | MCoeFepAwareTextEditor_Extension1_Reserved_4() |
IMPORT_C void | MCoeFepAwareTextEditor_Reserved_2() |
IMPORT_C void | Reserved_1() |
IMPORT_C void | Reserved_2() |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType | |
CEikSecretEditor:@177 | |
CEikSecretEditor:TFeatureId |
Private Attributes | |
---|---|
TInt | iSpare |
IMPORT_C void | AppendCharacterL | ( | TInt | aKeyCode | ) | [protected, virtual] |
Appends a character to the password.
TInt aKeyCode | A numeric character to be appended to the password. |
IMPORT_C MCoeFepAwareTextEditor_Extension1::CState * | CreateFepStateL | ( | ) | [protected, virtual] |
Creates a FEP state handler (CAknEdwinState ) with default values. A Pointer to a FEP state handler.
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 | The pointer event. |
IMPORT_C TCoeInputCapabilities | InputCapabilities | ( | ) | const [virtual] |
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.
The control's input capabilities.
IMPORT_C void | MCoeFepAwareTextEditor_Extension1_Reserved_2 | ( | ) | [private, virtual] |
IMPORT_C void | MCoeFepAwareTextEditor_Extension1_Reserved_3 | ( | ) | [private, virtual] |
IMPORT_C void | MCoeFepAwareTextEditor_Extension1_Reserved_4 | ( | ) | [private, virtual] |