MEikCcpuEditor Class Reference

API published in: S60 1st Ed

Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib

Capability Information

Required Capabilities

None


#include <
eikccpu.h>

Inherited by CEikEdwin.


Detailed Description

Interface for cut, copy, paste and undo functionality.

Public Member Functions

virtual TBool CcpuIsFocused () const =0
 Derived classes must provide the implementation for following:.
virtual TBool CcpuCanCut () const =0
 Derived classes must provide the implementation for following:.
virtual void CcpuCutL ()=0
 Derived classes must provide the implementation for following:.
virtual TBool CcpuCanCopy () const =0
 Derived classes must provide the implementation for following:.
virtual void CcpuCopyL ()=0
 Derived classes must provide the implementation for following:.
virtual TBool CcpuCanPaste () const =0
 Derived classes must provide the implementation for following:.
virtual void CcpuPasteL ()=0
 Derived classes must provide the implementation for following:.
virtual TBool CcpuCanUndo () const =0
 Derived classes must provide the implementation for following:.
virtual void CcpuUndoL ()=0
 Derived classes must provide the implementation for following:.

Member Function Documentation

virtual TBool MEikCcpuEditor::CcpuCanCopy  )  const [pure virtual]
 

Derived classes must provide the implementation for following:.

Tests whether the selected text can be copied.

Returns:
ETrue if it is possible to copy the selected text.

Implemented in CEikEdwin.

virtual TBool MEikCcpuEditor::CcpuCanCut  )  const [pure virtual]
 

Derived classes must provide the implementation for following:.

Tests whether the selected text can be cut.

Returns:
ETrue if it is possible to cut the selected text.

Implemented in CEikEdwin.

virtual TBool MEikCcpuEditor::CcpuCanPaste  )  const [pure virtual]
 

Derived classes must provide the implementation for following:.

Tests whether text can be pasted from the clipboard.

Returns:
ETrue if it is possible to paste the clipboard text.

Implemented in CEikEdwin.

virtual TBool MEikCcpuEditor::CcpuCanUndo  )  const [pure virtual]
 

Derived classes must provide the implementation for following:.

Tests is it possible to undo previous operation.

Returns:
ETrue if it is possible to undo previous operation.

Implemented in CEikEdwin.

virtual void MEikCcpuEditor::CcpuCopyL  )  [pure virtual]
 

Derived classes must provide the implementation for following:.

Copies selected text.

Implemented in CEikEdwin.

virtual void MEikCcpuEditor::CcpuCutL  )  [pure virtual]
 

Derived classes must provide the implementation for following:.

Cuts selected text.

Implemented in CEikEdwin.

virtual TBool MEikCcpuEditor::CcpuIsFocused  )  const [pure virtual]
 

Derived classes must provide the implementation for following:.

Tests whether the editor is focused.

Returns:
If editor is focused, ETrue is returned.

Implemented in CEikEdwin.

virtual void MEikCcpuEditor::CcpuPasteL  )  [pure virtual]
 

Derived classes must provide the implementation for following:.

Pastes text from the clipboard to the editor.

Implemented in CEikEdwin.

virtual void MEikCcpuEditor::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

Implemented in CEikEdwin.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top