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

Public Slots | |
void | terminate () |
void | load (TQListViewItem *i, int c) |
Signals | |
void | done (TQListViewItem *, int) |
Public Member Functions | |
KListViewLineEdit (KListView *parent) | |
TQListViewItem * | currentItem () const |
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 |
KListView *const | p |
Detailed Description
the editor for a KListView.
please don't use this.
Definition at line 28 of file klistviewlineedit.h.
Member Function Documentation
void KListViewLineEdit::focusOutEvent | ( | TQFocusEvent * | ev | ) | [protected, virtual] |
Re-implemented for internal reasons.
API not affected.
See TQLineEdit::focusOutEvent().
Reimplemented from KLineEdit.
Definition at line 387 of file klistview.cpp.
void KListViewLineEdit::keyPressEvent | ( | TQKeyEvent * | e | ) | [protected, virtual] |
Re-implemented for internal reasons.
API not affected.
See TQLineEdit::keyPressEvent().
Reimplemented from KLineEdit.
Definition at line 349 of file klistview.cpp.
void KListViewLineEdit::selectNextCell | ( | TQListViewItem * | pi, |
int | column, | ||
bool | forward | ||
) | [protected] |
- Since:
- 3.1
Definition at line 282 of file klistview.cpp.
void KListViewLineEdit::slotItemRemoved | ( | TQListViewItem * | i | ) | [protected, slot] |
- Since:
- 3.5.4
Definition at line 420 of file klistview.cpp.
The documentation for this class was generated from the following files: