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