API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib
Required Capabilities
None
#include <eikccpu.h>
Inherits CAknControl.
Takes care of CBA handling and menu command processing when FEP instructs this control to activate the commands for ccpu operations.
Public Member Functions |
|
IMPORT_C | CAknCcpuSupport (MEikCcpuEditor *aEditor) |
Constructor. |
|
IMPORT_C | ~CAknCcpuSupport () |
Destructor. |
|
IMPORT_C void | ConstructL () |
2nd phase constructor. |
|
IMPORT_C void | HandleSelectionChangeL () |
Updates the CBA labels according to selection and clipboard contents. |
|
IMPORT_C void | HandleFocusChangeL () |
Updates the CBA labels according to editor focus state. |
|
IMPORT_C TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
Responds to key presses. |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
From CCoeControl . |
|
IMPORT_C void | DynInitMenuPaneL (TInt aResourceId, CEikMenuPane *aMenuPane) |
From MEikMenuObserver. |
|
IMPORT_C void | ProcessCommandL (TInt aCommandId) |
From MEikCommandObserver. |
|
Constructor. ConstructL() must be called after a call to this function.
|
|
Destructor. |
|
2nd phase constructor. Adds this control to the control stack. |
|
From MEikMenuObserver. Dynamically initialises a menu pane.
|
|
Updates the CBA labels according to editor focus state. |
|
From Handles pointer events.
|
|
Updates the CBA labels according to selection and clipboard contents. |
|
Responds to key presses. Overrides CCoeControl::OfferKeyEventL().
|
|
From MEikCommandObserver. Processes user commands.
|