klineedit.h
bool isURLDropsEnabled() const
Returns true when decoded URL drops are enabled.
Definition: kcombobox.cpp:138
virtual void setContextMenuEnabled(bool showMenu)
Enables or disable the popup (context) menu.
Definition: kcombobox.cpp:125
bool isContextMenuEnabled() const
Returns true when the context menu is enabled.
Definition: kcombobox.h:277
void setTrapReturnKey(bool trap)
By default, KComboBox recognizes Key_Return and Key_Enter and emits the returnPressed() signals,...
Definition: kcombobox.cpp:184
virtual bool eventFilter(TQObject *, TQEvent *)
Re-implemented for internal reasons.
Definition: kcombobox.cpp:179
TDECompletionBox * completionBox(bool create=true)
Definition: kcombobox.cpp:229
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
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 textRotation(TDECompletionBase::KeyBindingType)
Emitted when the text rotation key-bindings are pressed.
void returnPressed(const TQString &)
Emitted when the user presses the return key.
void substringCompletion(const TQString &)
Emitted when the shortcut for substring completion is pressed.
void completionBoxActivated(const TQString &)
Emitted whenever the completion box is activated.
void completionModeChanged(TDEGlobalSettings::Completion)
Emitted when the user changed the completion mode by using the popupmenu.
virtual void setContextMenuEnabled(bool showMenu)
Enables/disables the popup (context) menu.
Definition: klineedit.h:223
void aboutToShowContextMenu(TQPopupMenu *p)
Emitted before the context menu is displayed.
bool isContextMenuEnabled() const
Returns true when the context menu is enabled.
Definition: klineedit.h:228
virtual void setCompletionMode(TDEGlobalSettings::Completion mode)
virtual void setCompletedItems(const TQStringList &items)=0
virtual void setCompletionObject(TDECompletion *compObj, bool hsig=true)
virtual void setCompletedText(const TQString &text)=0
KeyBindingType
A helper widget for "completion-widgets" (KLineEdit, KComboBox))
Definition: tdecompletionbox.h:44
Completion