KTextEditor
codecompletionmodel.h File Reference
#include <ktexteditor/ktexteditor_export.h>
#include <QtCore/QModelIndex>
#include <ktexteditor/range.h>
Include dependency graph for codecompletionmodel.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | KTextEditor |
Classes | |
class | KTextEditor::CodeCompletionModel |
An item model for providing code completion, and meta information for enhanced presentation. More... | |
class | KTextEditor::CodeCompletionModel2 |
You must inherit your completion-model from CodeCompletionModel2 if you want to use a hierarchical structure and want to receive execution-feedback. More... |