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

Detailed Description
Definition at line 67 of file calendarfilter.h.
Public Member Functions | |
CalendarFilter (QObject *parent) | |
virtual | ~CalendarFilter () |
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 CalendarFilter::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 55 of file calendarfilter.cpp.
QWidget * CalendarFilter::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 60 of file calendarfilter.cpp.
void CalendarFilter::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 75 of file calendarfilter.cpp.
The documentation for this class was generated from the following files: