MEikCcpuEditor Class Reference

class MEikCcpuEditor

Interface for cut, copy, paste and undo functionality.

Member Functions Documentation

CcpuCanCopy()

TBool CcpuCanCopy ( ) const [pure virtual]

Derived classes must provide the implementation for following:

Tests whether the selected text can be copied.

CcpuCanCut()

TBool CcpuCanCut ( ) const [pure virtual]

Derived classes must provide the implementation for following:

Tests whether the selected text can be cut.

CcpuCanPaste()

TBool CcpuCanPaste ( ) const [pure virtual]

Derived classes must provide the implementation for following:

Tests whether text can be pasted from the clipboard.

CcpuCanUndo()

TBool CcpuCanUndo ( ) const [pure virtual]

Derived classes must provide the implementation for following:

Tests is it possible to undo previous operation.

CcpuCopyL()

void CcpuCopyL ( ) [pure virtual]

Derived classes must provide the implementation for following:

Copies selected text.

CcpuCutL()

void CcpuCutL ( ) [pure virtual]

Derived classes must provide the implementation for following:

Cuts selected text.

CcpuIsFocused()

TBool CcpuIsFocused ( ) const [pure virtual]

Derived classes must provide the implementation for following:

Tests whether the editor is focused.

CcpuPasteL()

void CcpuPasteL ( ) [pure virtual]

Derived classes must provide the implementation for following:

Pastes text from the clipboard to the editor.

CcpuUndoL()

void CcpuUndoL ( ) [pure virtual]

Derived classes must provide the implementation for following:

Undoes the most recent text operation when the editor supports this feature and when the undo store is not empty