#include <tdelistviewlineedit.h>

Public Slots | |
void | terminate () |
void | load (TQListViewItem *i, int c) |
![]() | |
virtual void | setReadOnly (bool) |
void | rotateText (TDECompletionBase::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 | renameNext (TQListViewItem *item, int col) |
void | renamePrev (TQListViewItem *item, int col) |
![]() | |
void | completionBoxActivated (const TQString &) |
void | returnPressed (const TQString &) |
void | completion (const TQString &) |
void | substringCompletion (const TQString &) |
void | textRotation (TDECompletionBase::KeyBindingType) |
void | completionModeChanged (TDEGlobalSettings::Completion) |
void | aboutToShowContextMenu (TQPopupMenu *p) |
Public Member Functions | |
TDEListViewLineEdit (TDEListView *parent) | |
TQListViewItem * | currentItem () const |
void | setRenameSettings (const TDEListViewRenameSettings &renSett) |
![]() | |
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 (TDEGlobalSettings::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 *) |
TDECompletionBox * | completionBox (bool create=true) |
virtual void | setCompletionObject (TDECompletion *, bool hsig=true) |
virtual void | copy () const |
void | setEnableSqueezedText (bool enable) |
bool | isSqueezedTextEnabled () const |
TQString | originalText () const |
void | setCompletionBox (TDECompletionBox *box) |
void | setClickMessage (const TQString &msg) |
TQString | clickMessage () const |
![]() | |
TDECompletion * | 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 |
TDEGlobalSettings::Completion | completionMode () const |
bool | setKeyBinding (KeyBindingType item, const TDEShortcut &key) |
const TDEShortcut & | getKeyBinding (KeyBindingType item) const |
void | useGlobalKeyBindings () |
virtual void | setCompletedText (const TQString &text)=0 |
virtual void | setCompletedItems (const TQStringList &items)=0 |
TDECompletion * | 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 (TDECompletionBase *delegate) |
TDECompletionBase * | delegate () const |
Protected Attributes | |
TQListViewItem * | item |
int | col |
TDEListView *const | p |
TDEListViewRenameSettings | m_renSett |
Additional Inherited Members | |
![]() | |
enum | KeyBindingType |
![]() | |
TextCompletion | |
PrevCompletionMatch | |
NextCompletionMatch | |
SubstringCompletion | |
Detailed Description
the editor for a TDEListView.
please don't use this.
Definition at line 29 of file tdelistviewlineedit.h.
Member Function Documentation
◆ focusOutEvent()
|
protectedvirtual |
Re-implemented for internal reasons.
API not affected.
See TQLineEdit::focusOutEvent().
Reimplemented from KLineEdit.
Definition at line 413 of file tdelistview.cpp.
◆ keyPressEvent()
|
protectedvirtual |
Re-implemented for internal reasons.
API not affected.
See TQLineEdit::keyPressEvent().
Reimplemented from KLineEdit.
Definition at line 358 of file tdelistview.cpp.
◆ renameNext
|
signal |
This signal is emitted when item renaming is completed by a TAB.
It signals the receiver that the sender would like to start renaming the next item. This is not hardcoded in TDEListView because the next item is application depended (for example it could be the next column or the next row or something completely different)
- Parameters
-
item is the renamed item. col is the renamed column.
- Since
- 14.0
◆ renamePrev
|
signal |
This signal is emitted when item renaming is completed by a Shift+TAB.
It signals the receiver that the sender would like to start renaming the previous item. This is not hardcoded in TDEListView because the next item is application depended (for example it could be the next column or the next row or something completely different)
- Parameters
-
item is the renamed item. col is the renamed column.
- Since
- 14.0
◆ selectNextCell()
|
protected |
- Since
- 3.1
Definition at line 287 of file tdelistview.cpp.
◆ slotItemRemoved
|
protectedslot |
- Since
- 3.5.4
Definition at line 446 of file tdelistview.cpp.
The documentation for this class was generated from the following files: