libkdepim
KPIM::HTMLDiffAlgoDisplay Class Reference
#include <htmldiffalgodisplay.h>

Detailed Description
Definition at line 32 of file htmldiffalgodisplay.h.
Public Member Functions | |
| void | additionalLeftField (const QString &id, const QString &value) |
| void | additionalRightField (const QString &id, const QString &value) |
| void | begin () |
| void | conflictField (const QString &id, const QString &leftValue, const QString &rightValue) |
| void | end () |
| HTMLDiffAlgoDisplay (QWidget *parent) | |
| void | setLeftSourceTitle (const QString &title) |
| void | setRightSourceTitle (const QString &title) |
Constructor & Destructor Documentation
| HTMLDiffAlgoDisplay::HTMLDiffAlgoDisplay | ( | QWidget * | parent | ) |
Definition at line 33 of file htmldiffalgodisplay.cpp.
Member Function Documentation
| void HTMLDiffAlgoDisplay::additionalLeftField | ( | const QString & | id, | |
| const QString & | value | |||
| ) | [virtual] |
Adds a field which is only available in the left data source.
Implements KPIM::DiffAlgoDisplay.
Definition at line 76 of file htmldiffalgodisplay.cpp.
| void HTMLDiffAlgoDisplay::additionalRightField | ( | const QString & | id, | |
| const QString & | value | |||
| ) | [virtual] |
Adds a field which is only available in the right data source.
Implements KPIM::DiffAlgoDisplay.
Definition at line 83 of file htmldiffalgodisplay.cpp.
| void HTMLDiffAlgoDisplay::begin | ( | ) | [virtual] |
Is called on the start of the diff.
Implements KPIM::DiffAlgoDisplay.
Definition at line 41 of file htmldiffalgodisplay.cpp.
| void HTMLDiffAlgoDisplay::conflictField | ( | const QString & | id, | |
| const QString & | leftValue, | |||
| const QString & | rightValue | |||
| ) | [virtual] |
Adds a conflict between two fields.
Implements KPIM::DiffAlgoDisplay.
Definition at line 90 of file htmldiffalgodisplay.cpp.
| void HTMLDiffAlgoDisplay::end | ( | ) | [virtual] |
Is called on the end of the diff.
Implements KPIM::DiffAlgoDisplay.
Definition at line 57 of file htmldiffalgodisplay.cpp.
| void HTMLDiffAlgoDisplay::setLeftSourceTitle | ( | const QString & | title | ) | [virtual] |
Sets the title of the left data source.
Implements KPIM::DiffAlgoDisplay.
Definition at line 66 of file htmldiffalgodisplay.cpp.
| void HTMLDiffAlgoDisplay::setRightSourceTitle | ( | const QString & | title | ) | [virtual] |
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:
KDE 4.2 API Reference