KDEUI
kcompletion.h
Go to the documentation of this file.
145 Weighted
void slotMakeCompletion(const QString &string)
Attempts to complete "string" and emits the completion via match().
Definition: kcompletion.h:386
const KShortcut & substringCompletion()
Find a string within another string or list of strings.
Definition: kstandardshortcut.cpp:368
Switch to next completion (by default Ctrl-Down).
Definition: kcompletion.h:665
Defines platform-independent classes for keyboard shortcut handling.
CompOrder
Constants that represent the order in which KCompletion performs completion-lookups.
Definition: kcompletion.h:143
void slotPreviousMatch()
Searches the previous matching item and emits it via match().
Definition: kcompletion.h:395
Switch to previous completion (by default Ctrl-Up).
Definition: kcompletion.h:661
QMap< KeyBindingType, KShortcut > KeyBindingMap
Definition: kcompletion.h:674
KAction * clear(const QObject *recvr, const char *slot, QObject *parent)
Clear the content of the focus widget.
Definition: kstandardaction.cpp:314
This structure is returned by KCompletion::allWeightedMatches .
Definition: kcompletion.h:579
An abstract base class for adding a completion feature into widgets.
Definition: kcompletion.h:645
Completion
This enum describes the completion mode used for by the KCompletion class.
Definition: kglobalsettings.h:179
KeyBindingType
Constants that represent the items whose short-cut key-binding is programmable.
Definition: kcompletion.h:653
void slotNextMatch()
Searches the next matching item and emits it via match().
Definition: kcompletion.h:404
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.