MAknMfneCommandObserver Class Reference

class MAknMfneCommandObserver

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.

eikctl.lib
Since
Series 60 3.0
Public Member Functions
voidHandleMfneCommandL(TInt)
Public Member Enumerations
enumTMfneCommand { EMfneIncrementCurrentFieldValue, EMfneDecrementCurrentFieldValue }

Member Functions 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

Parameters

TInt aCommandCommand defined in TMfneCommand

Member Enumerations Documentation

Enum TMfneCommand

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

Enumerators

EMfneIncrementCurrentFieldValue
EMfneDecrementCurrentFieldValue