KTextEditor
Classes | |
class | KTextEditor::SmartCursor |
A Cursor which is bound to a specific Document, and maintains its position. More... | |
class | KTextEditor::SmartCursorNotifier |
A class which provides notifications of state changes to a SmartCursor via QObject signals. More... | |
class | KTextEditor::SmartCursorWatcher |
A class which provides notifications of state changes to a SmartCursor via virtual inheritance. More... | |
class | KTextEditor::SmartRange |
A Range which is bound to a specific Document, and maintains its position. More... | |
class | KTextEditor::SmartRangeNotifier |
A class which provides notifications of state changes to a SmartRange via QObject signals. More... | |
class | KTextEditor::SmartRangeWatcher |
A class which provides notifications of state changes to a SmartRange via virtual inheritance. More... |
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-2013 The KDE developers.
Generated on Tue Jul 16 2013 17:54:17 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 17:54:17 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.