, including all inherited members.
activated(const QColor &col) | KColorCombo | [signal] |
QComboBox::activated(int index) | QComboBox | |
QComboBox::activated(const QString &text) | QComboBox | |
addItem(const QString &text, const QVariant &userData=QVariant() | QComboBox | |
addItem(const QIcon &icon, const QString &text, const QVariant &userData=QVariant() | QComboBox | |
addItems(const QStringList &texts) | QComboBox | |
changeItem(const QString &text, int index) | QComboBox | |
changeItem(const QPixmap &pixmap, int index) | QComboBox | |
changeItem(const QPixmap &pixmap, const QString &text, int index) | QComboBox | |
clear() | QComboBox | |
clearEdit() | QComboBox | |
clearEditText() | QComboBox | |
clearValidator() | QComboBox | |
color | KColorCombo | |
color() const | KColorCombo | |
colors | KColorCombo | |
colors() const | KColorCombo | |
completer() | QComboBox | |
currentIndexChanged(int index) | QComboBox | |
currentIndexChanged(const QString &text) | QComboBox | |
currentItem() | QComboBox | |
editable() | QComboBox | |
editTextChanged(const QString &text) | QComboBox | |
findData(const QVariant &data, int role=Qt::UserRole, Qt::MatchFlags flags=Qt::MatchExactly|Qt::MatchCaseSensitive) | QComboBox | |
findText(const QString &text, Qt::MatchFlags flags=Qt::MatchExactly|Qt::MatchCaseSensitive) | QComboBox | |
hidePopup() | QComboBox | |
highlighted(const QColor &col) | KColorCombo | [signal] |
QComboBox::highlighted(int index) | QComboBox | |
QComboBox::highlighted(const QString &text) | QComboBox | |
initStyleOption(QStyleOptionComboBox *option) | QComboBox | |
insertionPolicy() | QComboBox | |
insertItem(int index, const QString &text, const QVariant &userData=QVariant() | QComboBox | |
insertItem(int index, const QIcon &icon, const QString &text, const QVariant &userData=QVariant() | QComboBox | |
insertItem(const QString &text, int index=-1) | QComboBox | |
insertItem(const QPixmap &pixmap, int index=-1) | QComboBox | |
insertItem(const QPixmap &pixmap, const QString &text, int index=-1) | QComboBox | |
insertItems(int index, const QStringList &list) | QComboBox | |
insertStringList(const QStringList &list, int index=-1) | QComboBox | |
isCustomColor() const | KColorCombo | |
itemData(int index, int role=Qt::UserRole) | QComboBox | |
itemDelegate() | QComboBox | |
itemIcon(int index) | QComboBox | |
itemText(int index) | QComboBox | |
KColorCombo(QWidget *parent=0) | KColorCombo | [explicit] |
lineEdit() | QComboBox | |
model() | QComboBox | |
paintEvent(QPaintEvent *event) | KColorCombo | [protected, virtual] |
pixmap(int index) | QComboBox | |
Policy | QComboBox | |
popup() | QComboBox | |
QComboBox(QWidget *parent=0) | QComboBox | |
QComboBox(QWidget *parent, const char *name) | QComboBox | |
QComboBox(bool rw, QWidget *parent, const char *name=0) | QComboBox | |
removeItem(int index) | QComboBox | |
rootModelIndex() | QComboBox | |
setColor(const QColor &col) | KColorCombo | |
setColors(const QList< QColor > &colors) | KColorCombo | |
setCompleter(QCompleter *completer) | QComboBox | |
setCurrentItem(int index) | QComboBox | |
setCurrentText(const QString &text) | QComboBox | |
setEditText(const QString &text) | QComboBox | |
setInsertionPolicy(InsertPolicy policy) | QComboBox | |
setItemData(int index, const QVariant &value, int role=Qt::UserRole) | QComboBox | |
setItemDelegate(QAbstractItemDelegate *delegate) | QComboBox | |
setItemIcon(int index, const QIcon &icon) | QComboBox | |
setItemText(int index, const QString &text) | QComboBox | |
setLineEdit(QLineEdit *edit) | QComboBox | |
setModel(QAbstractItemModel *model) | QComboBox | |
setRootModelIndex(const QModelIndex &index) | QComboBox | |
setValidator(const QValidator *validator) | QComboBox | |
setView(QAbstractItemView *itemView) | QComboBox | |
showEmptyList() | KColorCombo | |
showPopup() | QComboBox | |
text(int index) | QComboBox | |
textChanged(const QString &text) | QComboBox | |
validator() | QComboBox | |
view() | QComboBox | |
~KColorCombo() | KColorCombo | |