kaddressbook
FilterSelectionWidget Class Reference
#include <filterselectionwidget.h>
Inheritance diagram for FilterSelectionWidget:

Detailed Description
A simple widget which consists of a label and a combo box in a horizontal line.The combo box allows the user to select the active filter.
Definition at line 36 of file filterselectionwidget.h.
Signals | |
| void | filterActivated (int) |
Public Member Functions | |
| int | currentItem () const |
| FilterSelectionWidget (QWidget *parent=0) | |
| void | setCurrentItem (int index) |
| void | setItems (const QStringList &names) |
| virtual | ~FilterSelectionWidget () |
Constructor & Destructor Documentation
| FilterSelectionWidget::FilterSelectionWidget | ( | QWidget * | parent = 0 |
) |
Definition at line 33 of file filterselectionwidget.cpp.
| FilterSelectionWidget::~FilterSelectionWidget | ( | ) | [virtual] |
Definition at line 48 of file filterselectionwidget.cpp.
Member Function Documentation
| int FilterSelectionWidget::currentItem | ( | ) | const |
Definition at line 52 of file filterselectionwidget.cpp.
| void FilterSelectionWidget::filterActivated | ( | int | ) | [signal] |
| void FilterSelectionWidget::setCurrentItem | ( | int | index | ) |
Definition at line 57 of file filterselectionwidget.cpp.
| void FilterSelectionWidget::setItems | ( | const QStringList & | names | ) |
Definition at line 62 of file filterselectionwidget.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference