kaddressbook
IncSearchWidget Class Reference
List of all members.Detailed Description
Definition at line 35 of file incsearchwidget.h.
Public Slots | |
| void | setViewFields (const KABC::Field::List &) |
Signals | |
| void | doSearch (const QString &text) |
| void | scrollUp () |
| void | scrollDown () |
Public Member Functions | |
| IncSearchWidget (QWidget *parent, const char *name=0) | |
| ~IncSearchWidget () | |
| KABC::Field::List | currentFields () const |
| void | setCurrentItem (int pos) |
| int | currentItem () const |
| void | clear () |
Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *) |
Member Function Documentation
| void IncSearchWidget::doSearch | ( | const QString & | text | ) | [signal] |
This signal is emitted whenever the text in the input widget is changed.
You can get the sorting field by currentField.
| void IncSearchWidget::scrollUp | ( | ) | [signal] |
Emitted when the up key is pressed.
| void IncSearchWidget::scrollDown | ( | ) | [signal] |
Emitted when the down key is pressed.
The documentation for this class was generated from the following files:

