#include <tdelistviewlineedit.h>
Public Slots | |
void | terminate () |
void | load (TQListViewItem *i, int c) |
Public Slots inherited from KLineEdit | |
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) |
Signals inherited from KLineEdit | |
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) |
Public Member Functions inherited from KLineEdit | |
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 |
Public Member Functions inherited from TDECompletionBase | |
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) |
Protected Slots inherited from KLineEdit | |
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) |
Protected Member Functions inherited from KLineEdit | |
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) |
Protected Member Functions inherited from TDECompletionBase | |
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 | |
Public Types inherited from TDECompletionBase | |
enum | KeyBindingType |
Public Attributes inherited from TDECompletionBase | |
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: