, including all inherited members.
aboutToShowContextMenu(TQPopupMenu *p) | KComboBox | [signal] |
activated(int index) | TQComboBox | |
activated(const TQString &string) | TQComboBox | |
autoCompletion() const | KComboBox | [inline] |
TQComboBox::autoCompletion() | TQComboBox | |
autoResize() | TQComboBox | |
changeItem(const TQString &t, int index) | TQComboBox | |
changeItem(const TQPixmap &im, int index) | TQComboBox | |
changeItem(const TQPixmap &im, const TQString &t, int index) | TQComboBox | |
changeURL(const KURL &url, int index) | KComboBox | |
changeURL(const TQPixmap &pixmap, const KURL &url, int index) | KComboBox | |
clear() | TQComboBox | |
clearEdit() | TQComboBox | |
clearValidator() | TQComboBox | |
completion(const TQString &) | KComboBox | [signal] |
completionBox(bool create=true) | KComboBox | |
completionMode() const | TDECompletionBase | |
completionModeChanged(TDEGlobalSettings::Completion) | KComboBox | [signal] |
completionObject(bool hsig=true) | TDECompletionBase | |
compObj() const | TDECompletionBase | |
contains(const TQString &text) const | KComboBox | |
count() | TQComboBox | |
create(WId=0, bool initializeWindow=true, bool destroyOldWindow=true) | KComboBox | [protected, virtual] |
currentItem() | TQComboBox | |
currentText() | TQComboBox | |
cursorPosition() const | KComboBox | [inline] |
delegate() const | TDECompletionBase | [protected] |
duplicatesEnabled() | TQComboBox | |
editable() | TQComboBox | |
emitSignals() const | TDECompletionBase | |
eventFilter(TQObject *, TQEvent *) | KComboBox | [virtual] |
getKeyBinding(KeyBindingType item) const | TDECompletionBase | |
getKeyBindings() const | TDECompletionBase | [protected] |
handleSignals() const | TDECompletionBase | |
highlighted(int index) | TQComboBox | |
highlighted(const TQString &string) | TQComboBox | |
insertionPolicy() | TQComboBox | |
insertItem(const TQString &t, int index=-1) | TQComboBox | |
insertItem(const TQPixmap &pixmap, int index=-1) | TQComboBox | |
insertItem(const TQPixmap &pixmap, const TQString &text, int index=-1) | TQComboBox | |
insertStringList(const TQStringList &list, int index=-1) | TQComboBox | |
insertStrList(const char **strings, int numStrings=-1, int index=-1) | TQComboBox | |
insertStrList(const TQStrList &list, int index=-1) | TQComboBox | |
insertStrList(const TQStrList *list, int index=-1) | TQComboBox | |
insertURL(const KURL &url, int index=-1) | KComboBox | |
insertURL(const TQPixmap &pixmap, const KURL &url, int index=-1) | KComboBox | |
isCompletionObjectAutoDeleted() const | TDECompletionBase | |
isContextMenuEnabled() const | KComboBox | [inline] |
isURLDropsEnabled() const | KComboBox | |
itemSelected(TQListBoxItem *) | KComboBox | [inline, protected, virtual, slot] |
KComboBox(TQWidget *parent=0, const char *name=0) | KComboBox | |
KComboBox(bool rw, TQWidget *parent=0, const char *name=0) | KComboBox | |
KeyBindingMap typedef | TDECompletionBase | |
KeyBindingType enum name | TDECompletionBase | |
lineEdit() | TQComboBox | |
listBox() | TQComboBox | |
makeCompletion(const TQString &) | KComboBox | [protected, virtual, slot] |
maxCount() | TQComboBox | |
NextCompletionMatch | TDECompletionBase | |
pixmap(int index) | TQComboBox | |
popup() | TQComboBox | |
PrevCompletionMatch | TDECompletionBase | |
removeItem(int index) | TQComboBox | |
returnPressed() | KComboBox | [signal] |
returnPressed(const TQString &) | KComboBox | [signal] |
rotateText(TDECompletionBase::KeyBindingType type) | KComboBox | [slot] |
setAutoCompletion(bool autocomplete) | KComboBox | [virtual] |
setAutoDeleteCompletionObject(bool autoDelete) | TDECompletionBase | |
setAutoResize(bool) | TQComboBox | |
setCompletedItems(const TQStringList &items) | KComboBox | [virtual, slot] |
setCompletedText(const TQString &) | KComboBox | [virtual, slot] |
setCompletedText(const TQString &, bool) (defined in KComboBox) | KComboBox | [protected, virtual] |
setCompletionMode(TDEGlobalSettings::Completion mode) | TDECompletionBase | [virtual] |
setCompletionObject(TDECompletion *compObj, bool hsig=true) | TDECompletionBase | [virtual] |
setContextMenuEnabled(bool showMenu) | KComboBox | [virtual] |
setCurrentItem(const TQString &item, bool insert=false, int index=-1) | KComboBox | [slot] |
setCurrentItem(int index) | KComboBox | [inline, slot] |
setCurrentText(const TQString &) | TQComboBox | |
setDelegate(TDECompletionBase *delegate) | TDECompletionBase | [protected] |
setDuplicatesEnabled(bool enable) | TQComboBox | |
setEditable(bool) | TQComboBox | |
setEditText(const TQString &newText) | TQComboBox | |
setEditURL(const KURL &url) | KComboBox | |
setEnableSignals(bool enable) | TDECompletionBase | |
setFont(const TQFont &font) | TQComboBox | |
setHandleSignals(bool handle) | TDECompletionBase | [virtual] |
setInsertionPolicy(Policy policy) | TQComboBox | |
setKeyBinding(KeyBindingType item, const TDEShortcut &key) | TDECompletionBase | |
setLineEdit(TQLineEdit *) | KComboBox | [virtual] |
setListBox(TQListBox *newListBox) | TQComboBox | |
setMaxCount(int) | TQComboBox | |
setPalette(const TQPalette &palette) | TQComboBox | |
setSizeLimit(int) | TQComboBox | |
setTrapReturnKey(bool trap) | KComboBox | |
setURLDropsEnabled(bool enable) | KComboBox | |
setValidator(const TQValidator *v) | TQComboBox | |
sizeLimit() | TQComboBox | |
substringCompletion(const TQString &) | KComboBox | [signal] |
SubstringCompletion | TDECompletionBase | |
TDECompletionBase() | TDECompletionBase | |
text(int index) | TQComboBox | |
textChanged(const TQString &string) | TQComboBox | |
TextCompletion | TDECompletionBase | |
textRotation(TDECompletionBase::KeyBindingType) | KComboBox | [signal] |
TQComboBox(TQWidget *parent=0, const char *name=0) | TQComboBox | |
TQComboBox(bool rw, TQWidget *parent=0, const char *name=0) | TQComboBox | |
trapReturnKey() const | KComboBox | |
useGlobalKeyBindings() | TDECompletionBase | |
validator() | TQComboBox | |
virtual_hook(int id, void *data) (defined in KComboBox) | KComboBox | [protected, virtual] |
wheelEvent(TQWheelEvent *ev) (defined in KComboBox) | KComboBox | [protected, virtual] |
~KComboBox() | KComboBox | [virtual] |
~TDECompletionBase() | TDECompletionBase | [virtual] |
~TQComboBox() | TQComboBox | |