KSync::Filter Struct Reference
A Filter is a post processor for KonnectorPlugins if they're demanded to retrieve a file where the content is unknown the file will be packaged inside a UnknownSyncee and a filter can then convert to more suitable Syncee. More...
#include <filter.h>
Public Types | |
typedef QPtrList< Filter > | PtrList |
Public Member Functions | |
virtual QString | name ()=0 |
virtual QStringList | mimeTypes () const =0 |
virtual bool | canFilter (Syncee *)=0 |
virtual Syncee * | reconvert (Syncee *)=0 |
virtual Syncee * | convert (Syncee *)=0 |
Detailed Description
A Filter is a post processor for KonnectorPlugins if they're demanded to retrieve a file where the content is unknown the file will be packaged inside a UnknownSyncee and a filter can then convert to more suitable Syncee... For Example a wrapper around KIO would download a KDE addressbook the mimetype gets determined and the Addressbook Filter gets called A Filter need to filter in both ways....
Definition at line 43 of file filter.h.
Member Function Documentation
|
both methods may return 0 if they're not able to convert!
|
The documentation for this struct was generated from the following file: