Location:
FEPBASE.H
Link against: fepbase.lib
class MFepPointerEventHandlerDuringInlineEdit;
Specifies the mixin protocol for handling pointer events in inline text.
This class should be overridden by front end processors which support inline editing.
An instance of a class which implements this protocol should be passed to MCoeFepAwareTextEditor::StartFepInlineEditL()
.
Defined in MFepPointerEventHandlerDuringInlineEdit
:
HandlePointerEventInInlineTextL()
, MFepPointerEventHandlerDuringInlineEdit_Reserved_1()
, MFepPointerEventHandlerDuringInlineEdit_Reserved_2()
virtual void HandlePointerEventInInlineTextL(TPointerEvent::TType aType, TUint aModifiers, TInt aPositionInInlineText)=0;
This function is called when a pointer event is received within the inline text. It may need to update the cursor position within the inline text and do text selection in response to drag events.
|
private: virtual IMPORT_C void MFepPointerEventHandlerDuringInlineEdit_Reserved_2();