KTextEditor
codecompletionmodelcontrollerinterface.h
Go to the documentation of this file.
90 virtual bool shouldStartCompletion(View* view, const QString &insertedText, bool userInsertion, const Cursor &position);
151 virtual bool shouldAbortCompletion(View* view, const SmartRange& range, const QString ¤tCompletion);
170class KTEXTEDITOR_EXPORT_DEPRECATED CodeCompletionModelControllerInterface2 : public CodeCompletionModelControllerInterface {
175 };
246 virtual bool shouldStartCompletion(View* view, const QString &insertedText, bool userInsertion, const Cursor &position);
308 virtual bool shouldAbortCompletion(View* view, const Range& range, const QString ¤tCompletion);
328 HideListIfAutomaticInvocation=1,
330 };
344Q_DECLARE_INTERFACE(KTextEditor::CodeCompletionModelControllerInterface, "org.kde.KTextEditor.CodeCompletionModelControllerInterface")
345Q_DECLARE_INTERFACE(KTextEditor::CodeCompletionModelControllerInterface2, "org.kde.KTextEditor.CodeCompletionModelControllerInterface2")
348Q_DECLARE_INTERFACE(KTextEditor::CodeCompletionModelControllerInterface3, "org.kde.KTextEditor.CodeCompletionModelControllerInterface3")
Extension of CodeCompletionModelControllerInterface.
Definition: codecompletionmodelcontrollerinterface.h:170
MatchReaction
Definition: codecompletionmodelcontrollerinterface.h:172
@ None
Definition: codecompletionmodelcontrollerinterface.h:173
Controller interface for a CodeCompletionModel.
Definition: codecompletionmodelcontrollerinterface.h:227
MatchReaction
Definition: codecompletionmodelcontrollerinterface.h:326
Controller interface for a CodeCompletionModel.
Definition: codecompletionmodelcontrollerinterface.h:71
An object representing a section of text, from one Cursor to another.
Definition: range.h:55
A Range which is bound to a specific Document, and maintains its position.
Definition: smartrange.h:95
None
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.