KateCodeCompletion Class Reference
Inheritance diagram for KateCodeCompletion:

Detailed Description
Definition at line 67 of file katecodecompletion.h.
Public Slots | |
| void | slotCursorPosChanged () |
| void | showComment () |
| void | updateBox () |
Signals | |
| void | completionAborted () |
| void | completionDone () |
| void | argHintHidden () |
| void | completionDone (KTextEditor::CompletionEntry) |
| void | filterInsertString (KTextEditor::CompletionEntry *, QString *) |
Public Member Functions | |
| KateCodeCompletion (KateView *view) | |
| ~KateCodeCompletion () | |
| bool | codeCompletionVisible () |
| void | showArgHint (QStringList functionList, const QString &strWrapping, const QString &strDelimiter) |
| void | showCompletionBox (QValueList< KTextEditor::CompletionEntry > entries, int offset=0, bool casesensitive=true) |
| bool | eventFilter (QObject *o, QEvent *e) |
| void | handleKey (QKeyEvent *e) |
Friends | |
| class | KateViewInternal |
The documentation for this class was generated from the following files:

