MAknMfneCommandObserver Class Reference

Link against: avkon.lib eikcoctl.lib eikctl.lib form.lib uiklaf.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.

Dll eikctl.lib
Since:
Series 60 3.0

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.

Since:
Series 60 5.0
Parameters:
aCommand Command defined in TMfneCommand

Implemented in CEikMfne.


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

Copyright © Nokia Corporation 2001-2007
Back to top