kitchensync
KSync::StandardSync Class Reference
Inheritance diagram for KSync::StandardSync:

Detailed Description
Definition at line 31 of file standardsync.h.
Public Member Functions | |
StandardSync (SyncUi *ui) | |
virtual | ~StandardSync () |
virtual void | syncToTarget (Syncee *syncee, Syncee *target, bool override=false) |
Member Function Documentation
void StandardSync::syncToTarget | ( | Syncee * | syncee, | |
Syncee * | target, | |||
bool | override = false | |||
) | [virtual] |
Sync one Syncee object to another one.
The data from the two Syncees is synced and written back to the target Syncee.
- Parameters:
-
syncee Source Syncee target Target Syncee override If set to true, override target in case of conflicts.
Implements KSync::SyncAlgorithm.
Definition at line 38 of file standardsync.cpp.
The documentation for this class was generated from the following files: