kdeui
KListViewLineEdit Class Reference
the editor for a KListView. More...
#include <klistviewlineedit.h>
Public Slots | |
void | load (QListViewItem *i, int c) |
void | terminate () |
Signals | |
void | done (QListViewItem *, int) |
Public Member Functions | |
QListViewItem * | currentItem () const |
KListViewLineEdit (KListView *parent) | |
~KListViewLineEdit () | |
Protected Slots | |
void | slotItemRemoved (QListViewItem *i) |
void | slotSelectionChanged () |
Protected Member Functions | |
virtual bool | event (QEvent *pe) |
virtual void | focusOutEvent (QFocusEvent *) |
virtual void | keyPressEvent (QKeyEvent *e) |
virtual void | paintEvent (QPaintEvent *e) |
void | selectNextCell (QListViewItem *pi, int column, bool forward) |
void | terminate (bool commit) |
Protected Attributes | |
int | col |
QListViewItem * | item |
KListView *const | p |
Detailed Description
the editor for a KListView.please don't use this.
For internal use only.
Definition at line 28 of file klistviewlineedit.h.
Constructor & Destructor Documentation
KListViewLineEdit::KListViewLineEdit | ( | KListView * | parent | ) |
Definition at line 176 of file klistview.cpp.
KListViewLineEdit::~KListViewLineEdit | ( | ) |
Definition at line 186 of file klistview.cpp.
Member Function Documentation
QListViewItem * KListViewLineEdit::currentItem | ( | ) | const |
Definition at line 190 of file klistview.cpp.
void KListViewLineEdit::done | ( | QListViewItem * | , | |
int | ||||
) | [signal] |
bool KListViewLineEdit::event | ( | QEvent * | pe | ) | [protected, virtual] |
Definition at line 324 of file klistview.cpp.
void KListViewLineEdit::focusOutEvent | ( | QFocusEvent * | ev | ) | [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::load | ( | QListViewItem * | i, | |
int | c | |||
) | [slot] |
Definition at line 195 of file klistview.cpp.
void KListViewLineEdit::paintEvent | ( | QPaintEvent * | e | ) | [protected, virtual] |
Definition at line 391 of file klistview.cpp.
void KListViewLineEdit::selectNextCell | ( | QListViewItem * | pi, | |
int | column, | |||
bool | forward | |||
) | [protected] |
void KListViewLineEdit::slotItemRemoved | ( | QListViewItem * | i | ) | [protected, slot] |
void KListViewLineEdit::slotSelectionChanged | ( | ) | [protected, slot] |
Definition at line 405 of file klistview.cpp.
void KListViewLineEdit::terminate | ( | bool | commit | ) | [protected] |
Definition at line 363 of file klistview.cpp.
void KListViewLineEdit::terminate | ( | ) | [slot] |
Definition at line 358 of file klistview.cpp.
Member Data Documentation
int KListViewLineEdit::col [protected] |
Definition at line 54 of file klistviewlineedit.h.
QListViewItem* KListViewLineEdit::item [protected] |
Definition at line 53 of file klistviewlineedit.h.
KListView* const KListViewLineEdit::p [protected] |
Definition at line 55 of file klistviewlineedit.h.
The documentation for this class was generated from the following files: