MFepPointerEventHandlerDuringInlineEdit Class Reference
|
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()
.
Member Functions Documentation
HandlePointerEventInInlineTextL(TPointerEvent::TType, TUint, TInt)
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.
Parameters
|
TPointerEvent::TType
aType
|
Pointer event types.
|
|
TUint
aModifiers
|
Modifier keys (SHIFT, CTRL, FN etc.).
|
|
TInt
aPositionInInlineText
|
The position at which the pointer event occurred, as an offset from the start of the inline text string.
|
MFepPointerEventHandlerDuringInlineEdit_Reserved_1()
|
IMPORT_C void
|
MFepPointerEventHandlerDuringInlineEdit_Reserved_1
|
(
|
)
|
[private, virtual]
|
MFepPointerEventHandlerDuringInlineEdit_Reserved_2()
|
IMPORT_C void
|
MFepPointerEventHandlerDuringInlineEdit_Reserved_2
|
(
|
)
|
[private, virtual]
|
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.