KTextEditor
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 MovingCursors and MovingRanges. More... | |
| class | KTextEditor::MovingRange |
| A range that 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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Feb 9 2013 12:36:53 by doxygen 1.8.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Feb 9 2013 12:36:53 by doxygen 1.8.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.