Kate
KTextEditor::CodeCompletionModelControllerInterface4 Class Reference
#include <codecompletionmodelcontrollerinterfacev4.h>
Inheritance diagram for KTextEditor::CodeCompletionModelControllerInterface4:
Public Member Functions | |
virtual bool | shouldHideItemsWithEqualNames () const |
Public Member Functions inherited from KTextEditor::CodeCompletionModelControllerInterface3 | |
CodeCompletionModelControllerInterface3 () | |
virtual | ~CodeCompletionModelControllerInterface3 () |
virtual void | aborted (View *view) |
virtual Range | completionRange (View *view, const Cursor &position) |
virtual QString | filterString (View *view, const Range &range, const Cursor &position) |
virtual MatchReaction | matchingItem (const QModelIndex &matched) |
virtual bool | shouldAbortCompletion (View *view, const Range &range, const QString ¤tCompletion) |
virtual bool | shouldExecute (const QModelIndex &selected, QChar inserted) |
virtual bool | shouldStartCompletion (View *view, const QString &insertedText, bool userInsertion, const Cursor &position) |
virtual Range | updateCompletionRange (View *view, const Range &range) |
Additional Inherited Members | |
Public Types inherited from KTextEditor::CodeCompletionModelControllerInterface3 | |
enum | MatchReaction |
Detailed Description
Extension of CodeCompletionModelControllerInterface3.
Definition at line 32 of file codecompletionmodelcontrollerinterfacev4.h.
Member Function Documentation
|
virtual |
When multiple completion models are used at the same time, it may happen that multiple models add items with the same name to the list.
This option allows to hide items from this completion model when another model with higher priority contains items with the same name.
- Returns
- Whether items of this completion model should be hidden if another completion model has items with the same name
Reimplemented in KateWordCompletionModel.
Definition at line 25 of file codecompletionmodelcontrollerinterfacev4.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:55 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:31:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.