KCompletion
kcompletion.h
135 CompletionNone = 1,
292 * Informs the caller if they should display the auto-suggestion for the last completion operation performed.
294 * Defaults to true, but deriving classes may set it to false in special cases via "setShouldAutoSuggest".
295 * @return true if auto-suggestion should be displayed for the last completion operation performed.
This structure is returned by KCompletion::allWeightedMatches().
Definition kcompletionmatches.h:42
CompOrder
Constants that represent the order in which KCompletion performs completion lookups.
Definition kcompletion.h:163
CompletionMode
This enum describes the completion mode used for by the KCompletion class.
Definition kcompletion.h:131
@ CompletionPopupAuto
Lists all possible matches in a popup list box to choose from, and automatically fills the result whe...
Definition kcompletion.h:156
@ CompletionMan
Same as automatic, but shortest match is used for completion.
Definition kcompletion.h:143
@ CompletionShell
Completes text much in the same way as a typical *nix shell would.
Definition kcompletion.h:147
@ CompletionPopup
Lists all possible matches in a popup list box to choose from.
Definition kcompletion.h:151
std::function< void(QStringList &)> SorterFunction
The sorter function signature.
Definition kcompletion.h:176
Q_ENUM(...)
Q_PROPERTY(...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:12:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:12:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.