CAknNumericSecretEditor Class Reference

API published in: S60 1st Ed

Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib

Capability Information

Required Capabilities

None


#include <aknnumseced.h>

Inherits CEikSecretEditor.


Detailed Description

An editor for a numeric password.

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.

Constructor & Destructor Documentation

IMPORT_C CAknNumericSecretEditor::CAknNumericSecretEditor  ) 
 

C++ default constructor.

CAknNumericSecretEditor::~CAknNumericSecretEditor  ) 
 

Destructor.


Member Function Documentation

virtual IMPORT_C void CAknNumericSecretEditor::AppendCharacterL TInt  aKeyCode  )  [protected, virtual]
 

Appends a character to the password.

Parameters:
aKeyCode  A numeric character to be appended to the password.

Reimplemented from CEikSecretEditor.

virtual IMPORT_C MCoeFepAwareTextEditor_Extension1::CState* CAknNumericSecretEditor::CreateFepStateL  )  [protected, virtual]
 

Creates a FEP state handler (CAknEdwinState ) with default values.

Returns:
A Pointer to a FEP state handler.

Reimplemented from CEikSecretEditor.

IMPORT_C void CAknNumericSecretEditor::HandlePointerEventL const TPointerEvent &  aPointerEvent  ) 
 

From CCoeControl.

Handles pointer events.

Parameters:
aPointerEvent  The pointer event.

Reimplemented from CEikSecretEditor.

virtual IMPORT_C TCoeInputCapabilities CAknNumericSecretEditor::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.

Returns:
The control's input capabilities.

Reimplemented from CEikSecretEditor.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top