KListViewLineEdit Class Reference
#include <klistviewlineedit.h>
Inheritance diagram for KListViewLineEdit:

Detailed Description
the editor for a KListView.please don't use this.
For internal use only.
Definition at line 28 of file klistviewlineedit.h.
Public Slots | |
| void | terminate () |
| void | load (QListViewItem *i, int c) |
Signals | |
| void | done (QListViewItem *, int) |
Public Member Functions | |
| KListViewLineEdit (KListView *parent) | |
| ~KListViewLineEdit () | |
| QListViewItem * | currentItem () const |
Protected Slots | |
| void | slotSelectionChanged () |
| void | slotItemRemoved (QListViewItem *i) |
Protected Member Functions | |
| virtual void | focusOutEvent (QFocusEvent *) |
| virtual void | keyPressEvent (QKeyEvent *e) |
| virtual void | paintEvent (QPaintEvent *e) |
| virtual bool | event (QEvent *pe) |
| void | selectNextCell (QListViewItem *pi, int column, bool forward) |
| void | terminate (bool commit) |
Protected Attributes | |
| QListViewItem * | item |
| int | col |
| KListView *const | p |
Member Function Documentation
| void KListViewLineEdit::focusOutEvent | ( | QFocusEvent * | ) | [protected, virtual] |
Re-implemented for internal reasons.
API not affected.
See QLineEdit::focusOutEvent().
Reimplemented from KLineEdit.
Definition at line 381 of file klistview.cpp.
| void KListViewLineEdit::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Re-implemented for internal reasons.
API not affected.
See QLineEdit::keyPressEvent().
Reimplemented from KLineEdit.
Definition at line 343 of file klistview.cpp.
| void KListViewLineEdit::selectNextCell | ( | QListViewItem * | pi, | |
| int | column, | |||
| bool | forward | |||
| ) | [protected] |
| void KListViewLineEdit::slotItemRemoved | ( | QListViewItem * | i | ) | [protected, slot] |
The documentation for this class was generated from the following files:

