kaddressbook
KAB::ExtensionWidget Class Reference
Inheritance diagram for KAB::ExtensionWidget:

Detailed Description
Definition at line 39 of file extensionwidget.h.
Signals | |
void | modified (const KABC::Addressee::List &list) |
void | deleted (const QStringList &uidList) |
Public Member Functions | |
ExtensionWidget (Core *core, QWidget *parent, const char *name=0) | |
~ExtensionWidget () | |
KAB::Core * | core () const |
bool | contactsSelected () const |
KABC::Addressee::List | selectedContacts () |
virtual void | contactsSelectionChanged () |
virtual QString | title () const=0 |
virtual QString | identifier () const=0 |
Member Function Documentation
KAB::Core * ExtensionWidget::core | ( | ) | const |
bool ExtensionWidget::contactsSelected | ( | ) | const |
Returns whether there are selected contacts in the view.
Definition at line 45 of file extensionwidget.cpp.
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 50 of file extensionwidget.cpp.
void ExtensionWidget::contactsSelectionChanged | ( | ) | [virtual] |
This method is called whenever the selection in the view changed.
Reimplemented in AddresseeEditorExtension, DistributionListWidget, and ResourceSelection.
Definition at line 63 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, DistributionListWidget, and ResourceSelection.
virtual QString KAB::ExtensionWidget::identifier | ( | ) | const [pure virtual] |
This method should be reimplemented and return a unique identifier.
Implemented in AddresseeEditorExtension, DistributionListWidget, and ResourceSelection.
The documentation for this class was generated from the following files: