class MEikCcpuEditor |
Interface for cut, copy, paste and undo functionality.
Public Member Functions | |
---|---|
TBool | CcpuCanCopy() |
TBool | CcpuCanCut() |
TBool | CcpuCanPaste() |
TBool | CcpuCanUndo() |
void | CcpuCopyL() |
void | CcpuCutL() |
TBool | CcpuIsFocused() |
void | CcpuPasteL() |
void | CcpuUndoL() |
TBool | CcpuCanCopy | ( | ) | const [pure virtual] |
Derived classes must provide the implementation for following:
Tests whether the selected text can be copied.
TBool | CcpuCanCut | ( | ) | const [pure virtual] |
Derived classes must provide the implementation for following:
Tests whether the selected text can be cut.
TBool | CcpuCanPaste | ( | ) | const [pure virtual] |
Derived classes must provide the implementation for following:
Tests whether text can be pasted from the clipboard.
TBool | CcpuCanUndo | ( | ) | const [pure virtual] |
Derived classes must provide the implementation for following:
Tests is it possible to undo previous operation.
void | CcpuCopyL | ( | ) | [pure virtual] |
Derived classes must provide the implementation for following:
Copies selected text.
void | CcpuCutL | ( | ) | [pure virtual] |
Derived classes must provide the implementation for following:
Cuts selected text.
TBool | CcpuIsFocused | ( | ) | const [pure virtual] |
Derived classes must provide the implementation for following:
Tests whether the editor is focused.
void | CcpuPasteL | ( | ) | [pure virtual] |
Derived classes must provide the implementation for following:
Pastes text from the clipboard to the editor.
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
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.