If the KTextEditor implementation supports the KTextEditor::MovingInterface, there are several moving classes available. More...
Collaboration diagram for MovingCursors and MovingRanges:
|
Classes | |
| class | KTextEditor::MovingCursor |
| A Cursor which is bound to a specific Document, and maintains its position. More... | |
| class | KTextEditor::MovingInterface |
| Document interface for for MovingCursors and MovingRanges. More... | |
| class | KTextEditor::MovingRange |
| A range which is bound to a specific Document, and maintains its position. More... | |
| class | KTextEditor::MovingRangeFeedback |
| A class which provides notifications of state changes to a MovingRange. More... | |
Detailed Description
If the KTextEditor implementation supports the KTextEditor::MovingInterface, there are several moving classes available.
Instances of the moving classes are bound to a specific Document, and maintain their position in that document regardless of changes to the text. Changes to MovingRanges can be caught by using the class MovingRangeFeedback.
The following is a list of all classes that are available when the document supports the KTextEditor::MovingInterface:
KDE 4.6 API Reference