kaddressbook
KAB::ExtensionWidget Class Reference
#include <extensionwidget.h>

Detailed Description
Definition at line 38 of file extensionwidget.h.
Signals | |
| void | deleted (const QStringList &uidList) |
| void | modified (const KABC::Addressee::List &list) |
Public Member Functions | |
| bool | contactsSelected () const |
| virtual void | contactsSelectionChanged () |
| KAB::Core * | core () const |
| ExtensionWidget (Core *core, QWidget *parent) | |
| virtual QString | identifier () const =0 |
| KABC::Addressee::List | selectedContacts () |
| virtual QString | title () const =0 |
| ~ExtensionWidget () | |
Constructor & Destructor Documentation
Definition at line 30 of file extensionwidget.cpp.
| ExtensionWidget::~ExtensionWidget | ( | ) |
Definition at line 35 of file extensionwidget.cpp.
Member Function Documentation
| bool ExtensionWidget::contactsSelected | ( | ) | const |
Returns whether there are selected contacts in the view.
Definition at line 44 of file extensionwidget.cpp.
| void ExtensionWidget::contactsSelectionChanged | ( | ) | [virtual] |
This method is called whenever the selection in the view changed.
Reimplemented in AddresseeEditorExtension, and ResourceSelection.
Definition at line 62 of file extensionwidget.cpp.
| KAB::Core * ExtensionWidget::core | ( | ) | const |
| void KAB::ExtensionWidget::deleted | ( | const QStringList & | uidList | ) | [signal] |
| virtual QString KAB::ExtensionWidget::identifier | ( | ) | const [pure virtual] |
This method should be reimplemented and return a unique identifier.
Implemented in AddresseeEditorExtension, KAB::DistributionListNg::MainWidget, and ResourceSelection.
| void KAB::ExtensionWidget::modified | ( | const KABC::Addressee::List & | list | ) | [signal] |
| KABC::Addressee::List ExtensionWidget::selectedContacts | ( | ) |
Returns a list of contacts that are selected in the view.
Use addresseesSelected() to test if there exists selected contacts.
Definition at line 49 of file extensionwidget.cpp.
| virtual QString KAB::ExtensionWidget::title | ( | ) | const [pure virtual] |
This method should be reimplemented and return the i18ned title of this widget.
Implemented in AddresseeEditorExtension, KAB::DistributionListNg::MainWidget, and ResourceSelection.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference