Public Slots |
Signals |
Public Member Functions |
Protected Slots |
Protected Member Functions |
Protected Attributes |
List of all members
KListViewLineEdit Class Reference
#include <klistviewlineedit.h>
Inheritance diagram for KListViewLineEdit:

Public Slots | |
void | terminate () |
void | load (TQListViewItem *i, int c) |
![]() | |
virtual void | setReadOnly (bool) |
void | rotateText (KCompletionBase::KeyBindingType type) |
virtual void | setCompletedText (const TQString &) |
void | setCompletedItems (const TQStringList &items) |
void | setCompletedItems (const TQStringList &items, bool autoSuggest) |
virtual void | clear () |
void | setSqueezedText (const TQString &text) |
virtual void | setText (const TQString &) |
Signals | |
void | done (TQListViewItem *, int) |
![]() | |
void | completionBoxActivated (const TQString &) |
void | returnPressed (const TQString &) |
void | completion (const TQString &) |
void | substringCompletion (const TQString &) |
void | textRotation (KCompletionBase::KeyBindingType) |
void | completionModeChanged (KGlobalSettings::Completion) |
void | aboutToShowContextMenu (TQPopupMenu *p) |
Public Member Functions | |
KListViewLineEdit (KListView *parent) | |
TQListViewItem * | currentItem () const |
![]() | |
KLineEdit (const TQString &string, TQWidget *parent, const char *name=0) | |
KLineEdit (TQWidget *parent=0, const char *name=0) | |
virtual | ~KLineEdit () |
void | setURL (const KURL &url) |
void | cursorAtEnd () |
virtual void | setCompletionMode (KGlobalSettings::Completion mode) |
virtual void | setContextMenuEnabled (bool showMenu) |
bool | isContextMenuEnabled () const |
void | setURLDropsEnabled (bool enable) |
bool | isURLDropsEnabled () const |
void | setTrapReturnKey (bool trap) |
bool | trapReturnKey () const |
virtual bool | eventFilter (TQObject *, TQEvent *) |
KCompletionBox * | completionBox (bool create=true) |
virtual void | setCompletionObject (KCompletion *, bool hsig=true) |
virtual void | copy () const |
void | setEnableSqueezedText (bool enable) |
bool | isSqueezedTextEnabled () const |
TQString | originalText () const |
void | setCompletionBox (KCompletionBox *box) |
void | setClickMessage (const TQString &msg) |
TQString | clickMessage () const |
![]() | |
KCompletion * | completionObject (bool hsig=true) |
virtual void | setHandleSignals (bool handle) |
bool | isCompletionObjectAutoDeleted () const |
void | setAutoDeleteCompletionObject (bool autoDelete) |
void | setEnableSignals (bool enable) |
bool | handleSignals () const |
bool | emitSignals () const |
KGlobalSettings::Completion | completionMode () const |
bool | setKeyBinding (KeyBindingType item, const KShortcut &key) |
const KShortcut & | getKeyBinding (KeyBindingType item) const |
void | useGlobalKeyBindings () |
virtual void | setCompletedText (const TQString &text)=0 |
virtual void | setCompletedItems (const TQStringList &items)=0 |
KCompletion * | compObj () const |
Protected Slots | |
void | slotSelectionChanged () |
void | slotItemRemoved (TQListViewItem *i) |
![]() | |
virtual void | makeCompletion (const TQString &) |
void | slotAboutToShow () |
void | slotCancelled () |
void | userCancelled (const TQString &cancelText) |
Protected Member Functions | |
virtual void | focusOutEvent (TQFocusEvent *) |
virtual void | keyPressEvent (TQKeyEvent *e) |
virtual void | paintEvent (TQPaintEvent *e) |
virtual bool | event (TQEvent *pe) |
void | selectNextCell (TQListViewItem *pi, int column, bool forward) |
void | terminate (bool commit) |
![]() | |
virtual void | resizeEvent (TQResizeEvent *) |
virtual void | mousePressEvent (TQMouseEvent *) |
virtual void | mouseDoubleClickEvent (TQMouseEvent *) |
virtual void | mouseReleaseEvent (TQMouseEvent *) |
virtual void | contextMenuEvent (TQContextMenuEvent *) |
virtual TQPopupMenu * | createPopupMenu () |
virtual void | drawContents (TQPainter *p) |
virtual void | dropEvent (TQDropEvent *) |
virtual void | setCompletedText (const TQString &, bool) |
void | setUserSelection (bool userSelection) |
virtual void | create (WId=0, bool initializeWindow=true, bool destroyOldWindow=true) |
virtual void | focusInEvent (TQFocusEvent *) |
bool | autoSuggest () const |
virtual void | virtual_hook (int id, void *data) |
![]() | |
KeyBindingMap | getKeyBindings () const |
void | setDelegate (KCompletionBase *delegate) |
KCompletionBase * | delegate () const |
Protected Attributes | |
TQListViewItem * | item |
int | col |
KListView *const | p |
Additional Inherited Members | |
![]() | |
enum | KeyBindingType |
![]() | |
TextCompletion | |
PrevCompletionMatch | |
NextCompletionMatch | |
SubstringCompletion | |
![]() | |
bool | contextMenuEnabled |
bool | urlDropsEnabled |
bool | trapEnterKeyEvent |
bool | enableSqueezedText |
TQString | clickMessage |
Detailed Description
the editor for a KListView.
please don't use this.
Definition at line 28 of file klistviewlineedit.h.
Member Function Documentation
◆ focusOutEvent()
|
protectedvirtual |
Re-implemented for internal reasons.
API not affected.
See TQLineEdit::focusOutEvent().
Reimplemented from KLineEdit.
Definition at line 387 of file klistview.cpp.
◆ keyPressEvent()
|
protectedvirtual |
Re-implemented for internal reasons.
API not affected.
See TQLineEdit::keyPressEvent().
Reimplemented from KLineEdit.
Definition at line 349 of file klistview.cpp.
◆ selectNextCell()
|
protected |
- Since
- 3.1
Definition at line 282 of file klistview.cpp.
◆ slotItemRemoved
|
protectedslot |
- Since
- 3.5.4
Definition at line 420 of file klistview.cpp.
The documentation for this class was generated from the following files: