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
|
Returns whether there are selected contacts in the view.
Definition at line 45 of file extensionwidget.cpp. |
|
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. |
|
Definition at line 40 of file extensionwidget.cpp. |
|
This method should be reimplemented and return a unique identifier.
Implemented in AddresseeEditorExtension, KAB::DistributionListNg::MainWidget, DistributionListWidget, and ResourceSelection. |
|
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. |
|
This method should be reimplemented and return the i18ned title of this widget.
Implemented in AddresseeEditorExtension, KAB::DistributionListNg::MainWidget, DistributionListWidget, and ResourceSelection. |
The documentation for this class was generated from the following files: