KDEUI
khistorycombobox.h
Go to the documentation of this file.
KComboBox(QWidget *parent=0)
Constructs a read-only or rather select-only combo box with a parent object and a name.
Definition kcombobox.cpp:57
void setPixmapProvider(KPixmapProvider *prov)
Sets a pixmap provider, so that items in the combobox can have a pixmap.
Definition khistorycombobox.cpp:377
void addToHistory(const QString &item)
Adds an item to the end of the history list and to the completion list.
Definition khistorycombobox.cpp:183
virtual void keyPressEvent(QKeyEvent *)
Handling key-events, the shortcuts to rotate the items.
Definition khistorycombobox.cpp:340
bool removeFromHistory(const QString &item)
Removes all items named item.
Definition khistorycombobox.cpp:235
KPixmapProvider * pixmapProvider() const
Definition khistorycombobox.cpp:438
void cleared()
Emitted when the history was cleared by the entry in the popup menu.
KHistoryComboBox(QWidget *parent=0)
Constructs a "read-write" combobox.
Definition khistorycombobox.cpp:66
void insertItems(const QStringList &items)
Inserts items into the combo, honoring pixmapProvider() Does not update the completionObject.
Definition khistorycombobox.cpp:395
void setHistoryItems(const QStringList &items)
Inserts items into the combobox.
Definition khistorycombobox.cpp:113
A tiny abstract class with just one method: pixmapFor()
Definition kpixmapprovider.h:39
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.