API published in: S60 3rd Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib
Required Capabilities
None
#include <aknmfnecommandobserver.h>
Inherited by CEikMfne.
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. |
|
List of commands that can be given to MFNE editor with HandleMfneCommand() function. |
|
Interface function allowing other classes to give commands to MFNE editors. The commands are defined in TMfneCommand enum.
Implemented in CEikMfne. |