MAknMfneCommandObserver Class Reference
#include
<mw/aknmfnecommandobserver.h>
class MAknMfneCommandObserver |
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.
Member Enumeration Documentation
Enum TMfneCommand
List of commands that can be given to MFNE editor with HandleMfneCommand() function
Enumerator | Value | Description |
---|
EMfneIncrementCurrentFieldValue | | |
EMfneDecrementCurrentFieldValue | | |
Member Function Documentation
HandleMfneCommandL ( TInt )
void | HandleMfneCommandL | ( | TInt | aCommand | ) | [pure virtual] |
Interface function allowing other classes to give commands to MFNE editors. The commands are defined in TMfneCommand enum.
Parameter | Description | aCommand | Command defined in TMfneCommand |