KDE3Support
K3ListViewLineEdit Class Reference
the editor for a K3ListView. More...
#include <k3listviewlineedit.h>

Public Slots | |
void | load (Q3ListViewItem *i, int c) |
void | terminate () |
Signals | |
void | done (Q3ListViewItem *, int) |
Public Member Functions | |
Q3ListViewItem * | currentItem () const |
K3ListViewLineEdit (K3ListView *parent) | |
~K3ListViewLineEdit () | |
Protected Slots | |
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 (Q3ListViewItem *pi, int column, bool forward) |
void | terminate (bool commit) |
Protected Attributes | |
int | col |
Q3ListViewItem * | item |
K3ListView *const | p |
Detailed Description
the editor for a K3ListView.please don't use this.
For internal use only.
Definition at line 29 of file k3listviewlineedit.h.
Constructor & Destructor Documentation
K3ListViewLineEdit::K3ListViewLineEdit | ( | K3ListView * | parent | ) |
Definition at line 184 of file k3listview.cpp.
K3ListViewLineEdit::~K3ListViewLineEdit | ( | ) |
Definition at line 192 of file k3listview.cpp.
Member Function Documentation
Q3ListViewItem * K3ListViewLineEdit::currentItem | ( | ) | const |
Definition at line 196 of file k3listview.cpp.
void K3ListViewLineEdit::done | ( | Q3ListViewItem * | , | |
int | ||||
) | [signal] |
bool K3ListViewLineEdit::event | ( | QEvent * | pe | ) | [protected, virtual] |
Definition at line 330 of file k3listview.cpp.
void K3ListViewLineEdit::focusOutEvent | ( | QFocusEvent * | ev | ) | [protected, virtual] |
Definition at line 387 of file k3listview.cpp.
void K3ListViewLineEdit::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Definition at line 349 of file k3listview.cpp.
void K3ListViewLineEdit::load | ( | Q3ListViewItem * | i, | |
int | c | |||
) | [slot] |
Definition at line 201 of file k3listview.cpp.
void K3ListViewLineEdit::paintEvent | ( | QPaintEvent * | e | ) | [protected, virtual] |
Definition at line 397 of file k3listview.cpp.
void K3ListViewLineEdit::selectNextCell | ( | Q3ListViewItem * | pi, | |
int | column, | |||
bool | forward | |||
) | [protected] |
Definition at line 282 of file k3listview.cpp.
void K3ListViewLineEdit::slotSelectionChanged | ( | ) | [protected, slot] |
Definition at line 411 of file k3listview.cpp.
void K3ListViewLineEdit::terminate | ( | bool | commit | ) | [protected] |
Definition at line 369 of file k3listview.cpp.
void K3ListViewLineEdit::terminate | ( | ) | [slot] |
Definition at line 364 of file k3listview.cpp.
Member Data Documentation
int K3ListViewLineEdit::col [protected] |
Definition at line 53 of file k3listviewlineedit.h.
Q3ListViewItem* K3ListViewLineEdit::item [protected] |
Definition at line 52 of file k3listviewlineedit.h.
K3ListView* const K3ListViewLineEdit::p [protected] |
Definition at line 54 of file k3listviewlineedit.h.
The documentation for this class was generated from the following files: