API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib
Required Capabilities
None
#include <eikccpu.h>
Inherited by CEikEdwin.
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:. |
|
Derived classes must provide the implementation for following:. Tests whether the selected text can be copied.
Implemented in CEikEdwin. |
|
Derived classes must provide the implementation for following:. Tests whether the selected text can be cut.
Implemented in CEikEdwin. |
|
Derived classes must provide the implementation for following:. Tests whether text can be pasted from the clipboard.
Implemented in CEikEdwin. |
|
Derived classes must provide the implementation for following:. Tests is it possible to undo previous operation.
Implemented in CEikEdwin. |
|
Derived classes must provide the implementation for following:. Copies selected text. Implemented in CEikEdwin. |
|
Derived classes must provide the implementation for following:. Cuts selected text. Implemented in CEikEdwin. |
|
Derived classes must provide the implementation for following:. Tests whether the editor is focused.
Implemented in CEikEdwin. |
|
Derived classes must provide the implementation for following:. Pastes text from the clipboard to the editor. Implemented in CEikEdwin. |
|
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. |