10#ifndef KIS_CMB_IDLIST_H_
11#define KIS_CMB_IDLIST_H_
16#include <kritaui_export.h>
28 KisCmbIDList(QWidget * parent = 0,
const char * name = 0);
40 void setIDList(
const QList<KoID> & list,
bool sorted =
true);
47 void allowAuto(
bool setAuto =
true);
49 void setAutoHint(
const QString & hint);
51 void setCurrent(
const KoID id);
52 void setCurrent(
const QString &
id);
54 KoID currentItem()
const;
61 void slotIDActivated(
int index);
62 void slotIDHighlighted(
int index);
69 bool m_autoOption =
false;
void activated(const KoID &)
static const KoID AutoOptionID
void highlighted(const KoID &)