akonadi
abstractdifferencesreporter.h
136 virtual void addProperty( Mode mode, const QString &name, const QString &leftValue, const QString &rightValue ) = 0;
The left column contains a property value that is not available in the right column.
Definition: abstractdifferencesreporter.h:101
virtual void setPropertyNameTitle(const QString &title)=0
Sets the title of the property name column.
virtual void setRightPropertyValueTitle(const QString &title)=0
Sets the title of the column that shows the property values of the right object.
The left and right column show conflicting property values.
Definition: abstractdifferencesreporter.h:100
An interface to report differences between two arbitrary objects.
Definition: abstractdifferencesreporter.h:92
virtual ~AbstractDifferencesReporter()
Destroys the abstract differences reporter.
Definition: abstractdifferencesreporter.h:108
virtual void addProperty(Mode mode, const QString &name, const QString &leftValue, const QString &rightValue)=0
Adds a new property entry to the table.
The right column contains a property value that is not available in the left column.
Definition: abstractdifferencesreporter.h:102
virtual void setLeftPropertyValueTitle(const QString &title)=0
Sets the title of the column that shows the property values of the left object.
The left and right column show the same property values.
Definition: abstractdifferencesreporter.h:99
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.