#include <tdelistviewlineedit.h>

Public Slots | |
void | terminate () |
void | load (TQListViewItem *i, int c) |
Signals | |
void | done (TQListViewItem *, int) |
void | renameNext (TQListViewItem *item, int col) |
void | renamePrev (TQListViewItem *item, int col) |
Public Member Functions | |
TDEListViewLineEdit (TDEListView *parent) | |
TQListViewItem * | currentItem () const |
void | setRenameSettings (const TDEListViewRenameSettings &renSett) |
Protected Slots | |
void | slotSelectionChanged () |
void | slotItemRemoved (TQListViewItem *i) |
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 Attributes | |
TQListViewItem * | item |
int | col |
TDEListView *const | p |
TDEListViewRenameSettings | m_renSett |
Detailed Description
the editor for a TDEListView.
please don't use this.
Definition at line 29 of file tdelistviewlineedit.h.
Member Function Documentation
void TDEListViewLineEdit::focusOutEvent | ( | TQFocusEvent * | ev | ) | [protected, virtual] |
Re-implemented for internal reasons.
API not affected.
See TQLineEdit::focusOutEvent().
Reimplemented from KLineEdit.
Definition at line 413 of file tdelistview.cpp.
void TDEListViewLineEdit::keyPressEvent | ( | TQKeyEvent * | e | ) | [protected, virtual] |
Re-implemented for internal reasons.
API not affected.
See TQLineEdit::keyPressEvent().
Reimplemented from KLineEdit.
Definition at line 358 of file tdelistview.cpp.
void TDEListViewLineEdit::renameNext | ( | TQListViewItem * | item, |
int | col | ||
) | [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
void TDEListViewLineEdit::renamePrev | ( | TQListViewItem * | item, |
int | col | ||
) | [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
void TDEListViewLineEdit::selectNextCell | ( | TQListViewItem * | pi, |
int | column, | ||
bool | forward | ||
) | [protected] |
- Since:
- 3.1
Definition at line 287 of file tdelistview.cpp.
void TDEListViewLineEdit::slotItemRemoved | ( | TQListViewItem * | i | ) | [protected, slot] |
- Since:
- 3.5.4
Definition at line 446 of file tdelistview.cpp.
The documentation for this class was generated from the following files: