Qt Extended Home · Index · Classes · Headers · Overviews |
The QDClientSyncPluginFactory class creates instances of QDClientSyncPlugin. More...
#include <QDClientSyncPluginFactory>
Inherits QDPlugin.
The QDClientSyncPluginFactory class creates instances of QDClientSyncPlugin.
The sync implementation uses both remote and local plugins. For each dataset supported by the remote system a QDClientSyncPlugin instance must be created. The QDClientSyncPluginFactory class allows this creation to happen at the time the sync is started so that the remote system's datasets can be queried.
Construct a QDClientSyncPluginFactory with parent as the owning QObject.
Destructor.
Returns a list of the datasets this factory can handle.
Returns a QDClientSyncPlugin for dataset. It is recommended to use CenterInterface::syncObject() as the parent of any plugins created to ensure they are removed when the sync is finished.
Copyright © 2009 Trolltech | Qt Extended Sync Agent Documentation |