MAknMfneCommandObserver Class Reference

API published in: S60 3rd Ed

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

Capability Information

Required Capabilities

None


#include <aknmfnecommandobserver.h>

Inherited by CEikMfne.


Detailed Description

Interface for giving commands to MFNE editors from the owning controls.

This interface was added to forward touch command button events to MFNE editors. The interface can be extended later by adding more commands to TMfneCommand enum if needed.


Public Types

enum   TMfneCommand { EMfneIncrementCurrentFieldValue, EMfneDecrementCurrentFieldValue }
  List of commands that can be given to MFNE editor with HandleMfneCommand() function. More...

Public Member Functions

virtual void  HandleMfneCommandL (TInt aCommand)=0
  Interface function allowing other classes to give commands to MFNE editors.

Member Enumeration Documentation

enum MAknMfneCommandObserver::TMfneCommand
 

List of commands that can be given to MFNE editor with HandleMfneCommand() function.

Enumerator:
EMfneIncrementCurrentFieldValue 
EMfneDecrementCurrentFieldValue 

Member Function Documentation

virtual void MAknMfneCommandObserver::HandleMfneCommandL TInt  aCommand  )  [pure virtual]
 

Interface function allowing other classes to give commands to MFNE editors.

The commands are defined in TMfneCommand enum.

Parameters:
aCommand  Command defined in TMfneCommand

Implemented in CEikMfne.


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

Copyright © Nokia Corporation 2001-2008
Back to top