Kate
KTextEditor::CodeCompletionModelControllerInterface4 Class Reference
Extension of CodeCompletionModelControllerInterface3. More...
#include <codecompletionmodelcontrollerinterfacev4.h>
Inheritance diagram for KTextEditor::CodeCompletionModelControllerInterface4:

Public Member Functions | |
| virtual bool | shouldHideItemsWithEqualNames () const |
Detailed Description
Extension of CodeCompletionModelControllerInterface3.
Definition at line 32 of file codecompletionmodelcontrollerinterfacev4.h.
Member Function Documentation
| builddir build BUILD kdelibs kate completion codecompletionmodelcontrollerinterfacev4 cpp bool KTextEditor::CodeCompletionModelControllerInterface4::shouldHideItemsWithEqualNames | ( | ) | const [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 26 of file codecompletionmodelcontrollerinterfacev4.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference