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
bool AddressBookFilter::supports | ( | Syncee * | syncee | ) | [virtual] |
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.
- Parameters:
-
syncee Can the filter operate on this Syncee
Implements KSync::Filter.
Definition at line 52 of file addressbookfilter.cpp.
QWidget * AddressBookFilter::configWidget | ( | QWidget * | parent | ) | [virtual] |
Create a new configuration widget.
Create a new configuration widget.
- Parameters:
-
parent The parent widget.
Implements KSync::Filter.
Definition at line 57 of file addressbookfilter.cpp.
void AddressBookFilter::configWidgetClosed | ( | QWidget * | widget | ) | [virtual] |
Called when config widget is closed.
- Parameters:
-
widget The widget that was created by configWidget().
Implements KSync::Filter.
Definition at line 69 of file addressbookfilter.cpp.
The documentation for this class was generated from the following files: