Qt Extended Home · Index · Classes · Headers · Overviews |
The CenterInterface class provides access to the Qt Extended Sync Agent's internals. More...
#include <CenterInterface>
The CenterInterface class provides access to the Qt Extended Sync Agent's internals.
The CenterInterface struct is the interface that plugins use to access the Qt Extended Sync Agent's internals. It can be retieved using the QDPlugin::centerInterface() function.
See also QDPlugin::centerInterface().
Return the current device plugin that the Qt Extended Sync Agent is connected to.
Return the available device plugins.
Return a plugin instance based on it's id. If the requested plugin does not exist returns 0.
Return the available link plugins.
Returns an object that exists for as long as the sync does.
The object is deleted after QDLinkPluginList::finishSync() is called but before control returns from the sync process.
Resources shared by multiple sync objects can be assigned this object as a parent so that they are cleaned up when the sync ends.
See also QObject::destroyed().
Copyright © 2009 Trolltech | Qt Extended Sync Agent Documentation |