KSync::SyncUi Class Reference
Syncing conflict resolution user interface. More...
#include <syncui.h>
Inherited by KSync::SyncUiFirst, KSync::SyncUiKde, and KSync::SyncUiSecond.
Public Member Functions
- virtual SyncEntry * deconflict (SyncEntry *syncEntry, SyncEntry *target)
- virtual bool confirmDelete (SyncEntry *syncEntry, SyncEntry *target)
- virtual void informBothDeleted (SyncEntry *syncEntry, SyncEntry *target)
Detailed Description
Syncing conflict resolution user interface.
- Author:
- Cornelius Schumacher
- See also:
- Syncer
This class has to be implemented by a concrete subclass, which provides the actual user interface. While a GUI implementation, which provides interactive conflict resolution, is the most common implementation, there might also be use for a non-GUI or even non-interactive user interface.
Member Function Documentation
|
Deconflict two conflicting.
|
|
Confirm if the SyncEntry should be deleted. It gets called if one side was unchanged and the other deleted. |
|
Inform the user that both items where deleted.
|
The documentation for this class was generated from the following files:
- syncui.h
- syncui.cpp