ConduitAction Class Reference
The SyncActions created by the factory should obey at least the argument test, indicating a dry run. More...
#include <plugin.h>
Inheritance diagram for ConduitAction:

Public Member Functions | |
ConduitAction (KPilotDeviceLink *, const char *name=0L, const QStringList &args=QStringList()) | |
void | setConfig (KConfig *c) |
Protected Member Functions | |
bool | isTest () const |
bool | isBackup () const |
bool | isLocal () const |
bool | openDatabases (const QString &dbName, bool *retrieved=0L) |
See openDatabases_ for info on the retrieved parameter. | |
Protected Attributes | |
KConfig * | fConfig |
PilotDatabase * | fDatabase |
PilotDatabase * | fLocalDatabase |
Detailed Description
The SyncActions created by the factory should obey at least the argument test, indicating a dry run.The device link is the link where the sync should run -- don't get the pilotPort() until the sync runs!
setConfig() will be called before the sync starts so that the conduit can read/write metadata and local settings.
Definition at line 80 of file plugin.h.
Member Function Documentation
|
See openDatabases_ for info on the In --local mode, retrieved is left unchanged. |
The documentation for this class was generated from the following files: