KTextEditor
Modules
Here is a list of all modules:
[detail level 12]
▼Document Extension Interfaces | A KTextEditor implementation may implement a Document extension interface, but it does not need to. So as a KTextEditor user you have to cast the Document to the desired interface and then check, whether the cast returns NULL or the valid interface |
MovingCursors and MovingRanges | |
View Extension Interfaces | A KTextEditor implementation may implement a View extension interface, but it does not need to. So as a KTextEditor user you have to cast the View to the desired interface and then check, whether the cast returns NULL or the valid interface |
Editor Extension Interfaces | A KTextEditor implementation may implement an Editor extension interface, but it does not need to. So as a KTextEditor user you have to cast the Editor to the desired interface and then check, whether the cast returns NULL or the valid interface |
Plugin Extension Interfaces | A KTextEditor Plugin can use extension interfaces, but it does not need to. So as a KTextEditor implementator you have to cast the Plugin to the desired interface and then check, whether the cast returns NULL or the valid interface |
Command Extension Interfaces | A KTextEditor command-line Command can use extension interfaces, but it does not need to. So as a KTextEditor implementator you have to cast the Command to the desired interface and then check, whether the cast returns NULL or the valid interface |
CodeCompletionModel Extension Interfaces | A CodeCompletionModel implementation may implement a CodeCompletionModel extension interface, but it does not need to |
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:52:34 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:52:34 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.