MAknMfneCommandObserver Class Reference

#include <mw/aknmfnecommandobserver.h>

Link against: eikctl.lib

class MAknMfneCommandObserver
Public Member Enumerations
enumTMfneCommand { EMfneIncrementCurrentFieldValue, EMfneDecrementCurrentFieldValue }
Public Member Functions
pure virtual voidHandleMfneCommandL(TInt)

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.

Since
Series 60 3.0

Member Enumeration Documentation

Enum TMfneCommand

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

Member Function Documentation

HandleMfneCommandL ( TInt )

voidHandleMfneCommandL(TIntaCommand)[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
ParameterDescription
aCommandCommand defined in TMfneCommand