libkdepim
KPIM::HTMLDiffAlgoDisplay Class Reference
Inheritance diagram for KPIM::HTMLDiffAlgoDisplay:

Detailed Description
Definition at line 31 of file htmldiffalgodisplay.h.
Public Member Functions | |
HTMLDiffAlgoDisplay (QWidget *parent) | |
void | begin () |
void | end () |
void | setLeftSourceTitle (const QString &title) |
void | setRightSourceTitle (const QString &title) |
void | additionalLeftField (const QString &id, const QString &value) |
void | additionalRightField (const QString &id, const QString &value) |
void | conflictField (const QString &id, const QString &leftValue, const QString &rightValue) |
Member Function Documentation
|
Adds a field which is only available in the left data source.
Implements KPIM::DiffAlgoDisplay. Definition at line 76 of file htmldiffalgodisplay.cpp. |
|
Adds a field which is only available in the right data source.
Implements KPIM::DiffAlgoDisplay. Definition at line 83 of file htmldiffalgodisplay.cpp. |
|
Is called on the start of the diff.
Implements KPIM::DiffAlgoDisplay. Definition at line 41 of file htmldiffalgodisplay.cpp. |
|
Adds a conflict between two fields.
Implements KPIM::DiffAlgoDisplay. Definition at line 90 of file htmldiffalgodisplay.cpp. |
|
Is called on the end of the diff.
Implements KPIM::DiffAlgoDisplay. Definition at line 57 of file htmldiffalgodisplay.cpp. |
|
Sets the title of the left data source.
Implements KPIM::DiffAlgoDisplay. Definition at line 66 of file htmldiffalgodisplay.cpp. |
|
Sets the title of the right data source.
Implements KPIM::DiffAlgoDisplay. Definition at line 71 of file htmldiffalgodisplay.cpp. |
The documentation for this class was generated from the following files: