krita
KisCmbIDList Class Reference
#include <kis_cmb_idlist.h>
Inherits QComboBox.
Detailed Description
A combobox that is associated with a list of KisID's.The descriptive (i18n'ed) text is displayed, but the various signals return a KisID.
Definition at line 33 of file kis_cmb_idlist.h.
Signals | |
| void | activated (const KisID &) |
| void | highlighted (const KisID &) |
Public Member Functions | |
| KisCmbIDList (QWidget *parent=0, const char *name=0) | |
| void | setIDList (const KisIDList &list) |
| void | setCurrent (const KisID id) |
| void | setCurrentText (const QString &s) |
| KisID | currentItem () const |
The documentation for this class was generated from the following files:

