class MAknEdStateObserver |
Interface for handling control's state change.
Public Member Functions | |
---|---|
void | HandleAknEdwinStateEventL ( CAknEdwinState *, EAknEdwinStateEvent ) |
void | HandleAknEdwinStateEventL | ( | CAknEdwinState * | aAknEdwinState, |
EAknEdwinStateEvent | aEventType | |||
) | [pure virtual] |
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.
CAknEdwinState * aAknEdwinState | The control that sent the event. |
EAknEdwinStateEvent aEventType | The event type defined in EAknEdwinStateEvent. |
Observer event types.
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 |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.