kpilot/lib
RecordConduit< PCEntry, PCContainer, HHEntry, HHAppInfo, Syncer > Class Template Reference
Inheritance diagram for RecordConduit< PCEntry, PCContainer, HHEntry, HHAppInfo, Syncer >:

Detailed Description
template<class PCEntry, class PCContainer, class HHEntry, class HHAppInfo, class Syncer>
class RecordConduit< PCEntry, PCContainer, HHEntry, HHAppInfo, Syncer >
Definition at line 141 of file recordConduit.h.
Public Member Functions | |
RecordConduit (KPilotDeviceLink *o, const char *n, const QStringList a=QStringList()) | |
virtual | ~RecordConduit () |
virtual SyncProgress | loadPC () |
virtual SyncProgress | palmRecToPC () |
virtual SyncProgress | pcRecToPalm () |
virtual SyncProgress | cleanup () |
Constructor & Destructor Documentation
|
Construct a record conduit on a given device link.
Definition at line 145 of file recordConduit.h. |
Member Function Documentation
|
Function called at the end of this conduit's sync, which should reset DB flags and write changed config data out to disk.
Implements RecordConduitBase. Definition at line 171 of file recordConduit.h. |
|
Function called at the beginning of a sync to load data from the PC.
Implements RecordConduitBase. Definition at line 156 of file recordConduit.h. |
|
Function called repeatedly to fetch the next modified entry from the Palm and sync it with the PC by looking up the record, and calling the syncer for it.
Implements RecordConduitBase. Definition at line 161 of file recordConduit.h. |
|
Function called repeatedly to fetch the next modified entry from the PC and sync it with the Palm by looking up the record and calling the syncer for it.
Implements RecordConduitBase. Definition at line 166 of file recordConduit.h. |
The documentation for this class was generated from the following file: