, including all inherited members.
aboutToShowContextMenu(QMenu *p) | KComboBox | [signal] |
activated(int index) | 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 | |
addUrl(const KUrl &url) | KComboBox | |
addUrl(const QIcon &icon, const KUrl &url) | KComboBox | |
autoCompletion | KComboBox | |
autoCompletion() const | KComboBox | |
changeItem(const QString &text, int index) | QComboBox | |
changeItem(const QPixmap &pixmap, int index) | QComboBox | |
changeItem(const QPixmap &pixmap, const QString &text, int index) | QComboBox | |
changeURL(const KUrl &url, int index) | KComboBox | [inline] |
changeURL(const QPixmap &pixmap, const KUrl &url, int index) | KComboBox | [inline] |
changeUrl(int index, const KUrl &url) | KComboBox | |
changeUrl(int index, const QIcon &icon, const KUrl &url) | KComboBox | |
clear() | QComboBox | |
clearEdit() | QComboBox | |
clearEditText() | QComboBox | |
clearValidator() | QComboBox | |
completer() | QComboBox | |
completion(const QString &) | KComboBox | [signal] |
completionBox(bool create=true) | KComboBox | |
completionMode() const | KCompletionBase | |
completionModeChanged(KGlobalSettings::Completion) | KComboBox | [signal] |
completionObject(bool hsig=true) | KCompletionBase | |
compObj() const | KCompletionBase | |
contains(const QString &text) const | KComboBox | |
create(WId=0, bool initializeWindow=true, bool destroyOldWindow=true) | KComboBox | [protected, virtual] |
currentIndexChanged(int index) | QComboBox | |
currentIndexChanged(const QString &text) | QComboBox | |
currentItem() | QComboBox | |
cursorPosition() const | KComboBox | |
delegate() const | KCompletionBase | [protected] |
editable() | QComboBox | |
editTextChanged(const QString &text) | QComboBox | |
emitSignals() const | KCompletionBase | |
eventFilter(QObject *, QEvent *) | KComboBox | [virtual] |
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 | |
getKeyBinding(KeyBindingType item) const | KCompletionBase | |
getKeyBindings() const | KCompletionBase | [protected] |
handleSignals() const | KCompletionBase | |
hidePopup() | QComboBox | |
highlighted(int index) | 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 | |
insertUrl(int index, const KUrl &url) | KComboBox | |
insertUrl(int index, const QIcon &icon, const KUrl &url) | KComboBox | |
insertURL(const KUrl &url, int index=-1) | KComboBox | [inline] |
insertURL(const QPixmap &pixmap, const KUrl &url, int index=-1) | KComboBox | [inline] |
isCompletionObjectAutoDeleted() const | KCompletionBase | |
itemData(int index, int role=Qt::UserRole) | QComboBox | |
itemDelegate() | QComboBox | |
itemIcon(int index) | QComboBox | |
itemText(int index) | QComboBox | |
KComboBox(QWidget *parent=0) | KComboBox | [explicit] |
KComboBox(bool rw, QWidget *parent=0) | KComboBox | [explicit] |
KCompletionBase() | KCompletionBase | |
KeyBindingMap typedef | KCompletionBase | |
KeyBindingType enum name | KCompletionBase | |
lineEdit() | QComboBox | |
makeCompletion(const QString &) | KComboBox | [protected, virtual, slot] |
minimumSizeHint() const | KComboBox | [protected, virtual] |
model() | QComboBox | |
NextCompletionMatch enum value | KCompletionBase | |
pixmap(int index) | QComboBox | |
Policy | QComboBox | |
popup() | QComboBox | |
PrevCompletionMatch enum value | KCompletionBase | |
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 | |
returnPressed() | KComboBox | [signal] |
returnPressed(const QString &) | KComboBox | [signal] |
rootModelIndex() | QComboBox | |
rotateText(KCompletionBase::KeyBindingType type) | KComboBox | [slot] |
setAutoCompletion(bool autocomplete) | KComboBox | [virtual] |
setAutoDeleteCompletionObject(bool autoDelete) | KCompletionBase | |
setCompletedItems(const QStringList &items, bool autosubject=true) | KComboBox | [virtual, slot] |
setCompletedText(const QString &) | KComboBox | [virtual, slot] |
setCompletedText(const QString &, bool) | KComboBox | [protected, virtual] |
setCompleter(QCompleter *completer) | QComboBox | |
setCompletionMode(KGlobalSettings::Completion mode) | KCompletionBase | [virtual] |
setCompletionObject(KCompletion *compObj, bool hsig=true) | KCompletionBase | [virtual] |
setContextMenuEnabled(bool showMenu) | KComboBox | [virtual] |
setCurrentItem(const QString &item, bool insert=false, int index=-1) | KComboBox | [slot] |
QComboBox::setCurrentItem(int index) | QComboBox | |
setCurrentText(const QString &text) | QComboBox | |
setDelegate(KCompletionBase *delegate) | KCompletionBase | [protected] |
setEditable(bool editable) | KComboBox | |
setEditText(const QString &text) | QComboBox | |
setEditUrl(const KUrl &url) | KComboBox | |
setEnableSignals(bool enable) | KCompletionBase | |
setHandleSignals(bool handle) | KCompletionBase | [virtual] |
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 | |
setKeyBinding(KeyBindingType item, const KShortcut &key) | KCompletionBase | |
setLineEdit(QLineEdit *) | KComboBox | [virtual] |
setModel(QAbstractItemModel *model) | QComboBox | |
setRootModelIndex(const QModelIndex &index) | QComboBox | |
setTrapReturnKey(bool trap) | KComboBox | |
setUrlDropsEnabled(bool enable) | KComboBox | |
setValidator(const QValidator *validator) | QComboBox | |
setView(QAbstractItemView *itemView) | QComboBox | |
showPopup() | QComboBox | |
SubstringCompletion enum value | KCompletionBase | |
substringCompletion(const QString &) | KComboBox | [signal] |
text(int index) | QComboBox | |
textChanged(const QString &text) | QComboBox | |
TextCompletion enum value | KCompletionBase | |
textRotation(KCompletionBase::KeyBindingType) | KComboBox | [signal] |
trapReturnKey | KComboBox | |
trapReturnKey() const | KComboBox | |
urlDropsEnabled | KComboBox | |
urlDropsEnabled() const | KComboBox | |
useGlobalKeyBindings() | KCompletionBase | |
validator() | QComboBox | |
view() | QComboBox | |
virtual_hook(int id, void *data) | KCompletionBase | [protected, virtual] |
wheelEvent(QWheelEvent *ev) | KComboBox | [protected, virtual] |
~KComboBox() | KComboBox | [virtual] |
~KCompletionBase() | KCompletionBase | [virtual] |