kitchensync
KSync::AddressBookFilter Class Reference
Inheritance diagram for KSync::AddressBookFilter:

Detailed Description
Definition at line 49 of file addressbookfilter.h.
Public Member Functions | |
| AddressBookFilter (QObject *parent) | |
| virtual | ~AddressBookFilter () |
| virtual bool | supports (Syncee *syncee) |
| virtual QWidget * | configWidget (QWidget *parent) |
| virtual void | configWidgetClosed (QWidget *widget) |
| virtual void | convert (Syncee *) |
| virtual void | reconvert (Syncee *) |
| QString | type () const |
Member Function Documentation
|
|
Create a new configuration widget. Create a new configuration widget.
Implements KSync::Filter. Definition at line 57 of file addressbookfilter.cpp. |
|
|
Called when config widget is closed.
Implements KSync::Filter. Definition at line 69 of file addressbookfilter.cpp. |
|
|
Test if a filter can operate on the syncee. Before requesting to convert/reconvert the syncee the KSync::Filter is asked to if it can operate on the syncee. Filters need to implement it.
Implements KSync::Filter. Definition at line 52 of file addressbookfilter.cpp. |
The documentation for this class was generated from the following files:

