klineedit.h
virtual void setCompletedText(const TQString &text)=0
virtual void create(WId=0, bool initializeWindow=true, bool destroyOldWindow=true)
Reimplemented for internal reasons, the API is not affected.
Definition: kcombobox.cpp:237
void setURLDropsEnabled(bool enable)
Enables/Disables handling of URL drops.
Definition: kcombobox.cpp:132
Completion
virtual void setCompletionObject(TDECompletion *compObj, bool hsig=true)
virtual bool eventFilter(TQObject *, TQEvent *)
Re-implemented for internal reasons.
Definition: kcombobox.cpp:179
virtual void setCompletionMode(TDEGlobalSettings::Completion mode)
bool isContextMenuEnabled() const
Returns true when the context menu is enabled.
Definition: kcombobox.h:277
virtual void setCompletedItems(const TQStringList &items)=0
TDECompletionBox * completionBox(bool create=true)
Definition: kcombobox.cpp:229
void completionModeChanged(TDEGlobalSettings::Completion)
Emitted whenever the completion mode is changed by the user through the context menu.
bool isURLDropsEnabled() const
Returns true when decoded URL drops are enabled.
Definition: kcombobox.cpp:138
void setTrapReturnKey(bool trap)
By default, KComboBox recognizes Key_Return and Key_Enter and emits the returnPressed() signals...
Definition: kcombobox.cpp:184
bool isContextMenuEnabled() const
Returns true when the context menu is enabled.
Definition: klineedit.h:228
A helper widget for "completion-widgets" (KLineEdit, KComboBox))
Definition: tdecompletionbox.h:43
virtual void setContextMenuEnabled(bool showMenu)
Enables/disables the popup (context) menu.
Definition: klineedit.h:223
KeyBindingType
virtual void makeCompletion(const TQString &)
Completes text according to the completion mode.
Definition: kcombobox.cpp:156
void rotateText(TDECompletionBase::KeyBindingType type)
Iterates through all possible matches of the completed text or the history list.
Definition: kcombobox.cpp:172
void substringCompletion(const TQString &)
Emitted when the shortcut for substring completion is pressed.
void textRotation(TDECompletionBase::KeyBindingType)
Emitted when the text rotation key-bindings are pressed.
void aboutToShowContextMenu(TQPopupMenu *p)
Emitted before the context menu is displayed.
virtual void setContextMenuEnabled(bool showMenu)
Enables or disable the popup (context) menu.
Definition: kcombobox.cpp:125