diffalgo.h
virtual void additionalRightField(const TQString &id, const TQString &value)=0
Adds a field which is only available in the right data source.
virtual void additionalLeftField(const TQString &id, const TQString &value)=0
Adds a field which is only available in the left data source.
DiffAlgo and DiffAlgoDisplay work together for displaying differences between two PIM objects like co...
Definition: diffalgo.h:37
virtual void setLeftSourceTitle(const TQString &title)=0
Sets the title of the left data source.
virtual void setRightSourceTitle(const TQString &title)=0
Sets the title of the right data source.
virtual void conflictField(const TQString &id, const TQString &leftValue, const TQString &rightValue)=0
Adds a conflict between two fields.