MAknEdStateObserver Class Reference
#include
<mw/aknedstsobs.h>
| class MAknEdStateObserver |
Detailed Description
Interface for handling control's state change.
Member Enumeration Documentation
Enum EAknEdwinStateEvent
| Enumerator | Value | Description |
|---|
| EAknEdwinStateEventStateUpdate | |
The state has been updated
|
| EAknEdwinStateInputModeUpdate | |
The input mode has been updated
|
| EAknEdwinStateCaseModeUpdate | |
The case mode has been updated
|
| EAknEdwinStateLocalLanguageUpdate | |
The local language has been updated
|
| EAknEdwinStateFlagsUpdate | |
The flags have been updated
|
| EAknSyncEdwinState | |
The edwin state needs to be sync'ed
|
| EAknCursorPositionChanged | |
Cursor position has changed in editor
|
| EAknActivatePenInputRequest | |
VKB/HW activation request
|
| EAknEdwinStatePromptUpdate | |
Prompt Text has changed
|
| EAknEdwinDestroy | |
editor is destroyed
|
| EAknClosePenInputRequest | |
VKB/HW close request
|
Member Function Documentation
HandleAknEdwinStateEventL ( CAknEdwinState *, EAknEdwinStateEvent )
Handles an state event from a observed control. Pure virtual function that is called when a control, for which this control is the observer, calls ReportAknedstateEventL(). It should be implemented by the observer control and should handle all state events sent by controls it observed.
| Parameter | Description | | aAknEdwinState | The control that sent the event. |
| aEventType | The event type defined in EAknEdwinStateEvent. |