KTextEditor
Smart Cursors and Ranges
Collaboration diagram for Smart Cursors and Ranges:
Classes | |
class | KTextEditor::SmartCursor |
class | KTextEditor::SmartCursorNotifier |
class | KTextEditor::SmartCursorWatcher |
class | KTextEditor::SmartRange |
class | KTextEditor::SmartRangeNotifier |
class | KTextEditor::SmartRangeWatcher |
Detailed Description
If the KTextEditor implementation supports the KTextEditor::SmartInterface, there are several smart classes available.
In general, instances of the smart classes are bound to a specific document, and maintain their position in that document regardless of changes to the text. They also provide:
- feedback on changes to their position and changes to text related to their position,
- support for the other smart interfaces, such as arbitrary highlighting, action binding, etc.
The following is a list of all classes that are available when the document supports the KTextEditor::SmartInterface:
- Warning
- All Smart interfaces were deprecated and not implemented anymore in KDE >= 4.6. They were replaced by the MovingCursors and MovingRanges
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:52:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:52:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.