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.
Q_PROPERTY(...)
@ CompletionPopup
Lists all possible matches in a popup list box to choose from.
Definition: kcompletion.h:151
Q_ENUM(...)
@ CompletionMan
Same as automatic, but shortest match is used for completion.
Definition: kcompletion.h:143
CompletionMode
This enum describes the completion mode used for by the KCompletion class.
Definition: kcompletion.h:131
CompOrder
Constants that represent the order in which KCompletion performs completion lookups.
Definition: kcompletion.h:163
List for keeping matches returned from KCompletion.
Definition: kcompletionmatches.h:42
@ CompletionShell
Completes text much in the same way as a typical *nix shell would.
Definition: kcompletion.h:147
@ CompletionPopupAuto
Lists all possible matches in a popup list box to choose from, and automatically fills the result whe...
Definition: kcompletion.h:156
Q_SIGNALSQ_SIGNALS
std::function< void(QStringList &)> SorterFunction
The sorter function signature.
Definition: kcompletion.h:176
Q_DISABLE_COPY(Class)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 03:57:53 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 03:57:53 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.