kaddressbook
DistributionListWidget Class Reference
Inheritance diagram for DistributionListWidget:

Detailed Description
Definition at line 48 of file distributionlistwidget.h.
Public Slots | |
| void | save () |
| void | dropped (QDropEvent *, QListViewItem *) |
| void | removeContact () |
Public Member Functions | |
| DistributionListWidget (KAB::Core *, QWidget *parent, const char *name=0) | |
| virtual | ~DistributionListWidget () |
| void | contactsSelectionChanged () |
| QString | title () const |
| QString | identifier () const |
Protected Member Functions | |
| void | dropEvent (QDropEvent *) |
Member Function Documentation
| void DistributionListWidget::contactsSelectionChanged | ( | ) | [virtual] |
This method is called whenever the selection in the view changed.
Reimplemented from KAB::ExtensionWidget.
Definition at line 561 of file distributionlistwidget.cpp.
| QString DistributionListWidget::title | ( | ) | const [virtual] |
This method should be reimplemented and return the i18ned title of this widget.
Implements KAB::ExtensionWidget.
Definition at line 566 of file distributionlistwidget.cpp.
| QString DistributionListWidget::identifier | ( | ) | const [virtual] |
This method should be reimplemented and return a unique identifier.
Implements KAB::ExtensionWidget.
Definition at line 571 of file distributionlistwidget.cpp.
The documentation for this class was generated from the following files:

