libkdepim
KPIM::DiffAlgoDisplay Class Reference
#include <diffalgo.h>
Inheritance diagram for KPIM::DiffAlgoDisplay:

Detailed Description
DiffAlgo and DiffAlgoDisplay work together for displaying differences between two PIM objects like contacts, events or todos.DiffAlgo is the bas class for the diffing algorithm and DiffAlgoDisplay is responsible for representation. The separation makes it possible to use one display for all diffing algorithm and vice versa.
Definition at line 37 of file diffalgo.h.
Public Member Functions | |
virtual void | begin ()=0 |
virtual void | end ()=0 |
virtual void | setLeftSourceTitle (const QString &title)=0 |
virtual void | setRightSourceTitle (const QString &title)=0 |
virtual void | additionalLeftField (const QString &id, const QString &value)=0 |
virtual void | additionalRightField (const QString &id, const QString &value)=0 |
virtual void | conflictField (const QString &id, const QString &leftValue, const QString &rightValue)=0 |
Member Function Documentation
|
Adds a field which is only available in the left data source.
Implemented in KPIM::HTMLDiffAlgoDisplay. |
|
Adds a field which is only available in the right data source.
Implemented in KPIM::HTMLDiffAlgoDisplay. |
|
Is called on the start of the diff.
Implemented in KPIM::HTMLDiffAlgoDisplay. |
|
Adds a conflict between two fields.
Implemented in KPIM::HTMLDiffAlgoDisplay. |
|
Is called on the end of the diff.
Implemented in KPIM::HTMLDiffAlgoDisplay. |
|
Sets the title of the left data source.
Implemented in KPIM::HTMLDiffAlgoDisplay. |
|
Sets the title of the right data source.
Implemented in KPIM::HTMLDiffAlgoDisplay. |
The documentation for this class was generated from the following file: