KDEUI
kcombobox.h
Go to the documentation of this file.
void returnPressed(const QString &)
Emitted when the user presses the Enter key.
void substringCompletion(const QString &)
Emitted when the shortcut for substring completion is pressed.
void aboutToShowContextMenu(QMenu *p)
Emitted before the context menu is displayed.
void textRotation(KCompletionBase::KeyBindingType)
Emitted when the text rotation key-bindings are pressed.
void completionModeChanged(KGlobalSettings::Completion)
Emitted whenever the completion mode is changed by the user through the context menu.
void changeURL(const QPixmap &pixmap, const KUrl &url, int index)
Definition: kcombobox.h:191
void insertURL(const KUrl &url, int index=-1)
Deprecated to reflect Qt api changes.
Definition: kcombobox.h:185
void insertURL(const QPixmap &pixmap, const KUrl &url, int index=-1)
Definition: kcombobox.h:187
An abstract base class for adding a completion feature into widgets.
Definition: kcompletion.h:646
KeyBindingType
Constants that represent the items whose short-cut key-binding is programmable.
Definition: kcompletion.h:653
A helper widget for "completion-widgets" (KLineEdit, KComboBox))
Definition: kcompletionbox.h:44
Completion
This enum describes the completion mode used for by the KCompletion class.
Definition: kglobalsettings.h:179
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.