Kate
katecompletionwidget.h
Go to the documentation of this file.
67 void startCompletion(KTextEditor::CodeCompletionModel::InvocationType invocationType, const QList<KTextEditor::CodeCompletionModel*>& models = QList<KTextEditor::CodeCompletionModel*>());
68 void startCompletion(const KTextEditor::Range& word, KTextEditor::CodeCompletionModel* model, KTextEditor::CodeCompletionModel::InvocationType invocationType = KTextEditor::CodeCompletionModel::ManualInvocation);
69 void startCompletion(const KTextEditor::Range& word, const QList<KTextEditor::CodeCompletionModel*>& models = QList<KTextEditor::CodeCompletionModel*>(), KTextEditor::CodeCompletionModel::InvocationType invocationType = KTextEditor::CodeCompletionModel::ManualInvocation);
104 //Whenever the cursor goes before this position, the completion is stopped, unless it is invalid.
221 bool m_inCompletionList; //Are we in the completion-list? If not, we're in the argument-hint list
CompletionRange(KTextEditor::MovingRange *r)
Definition: katecompletionwidget.h:96
Definition: kateargumenthintmodel.h:30
InvocationType
This class has the responsibility for filtering, sorting, and manipulating code completion data provi...
Definition: katecompletionmodel.h:48
const Range toRange() const
bool operator==(const CompletionRange &rhs) const
Definition: katecompletionwidget.h:99
Definition: kateargumenthinttree.h:30
CompletionRange()
Definition: katecompletionwidget.h:94
This is the code completion's main widget, and also contains the core interface logic.
Definition: katecompletionwidget.h:55
KAction * clear(const QObject *recvr, const char *slot, QObject *parent)
Definition: kateview.h:78
KTextEditor::Cursor leftBoundary
Definition: katecompletionwidget.h:105
KTextEditor::MovingRange * range
Definition: katecompletionwidget.h:103
Definition: katecompletionconfig.h:36
Definition: katecompletiontree.h:32
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:51 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:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.