akonadi
differencesalgorithminterface.h
60 Q_DECLARE_INTERFACE( Akonadi::DifferencesAlgorithmInterface, "org.freedesktop.Akonadi.DifferencesAlgorithmInterface/1.0" )
virtual ~DifferencesAlgorithmInterface()
Destroys the differences algorithm interface.
Definition: differencesalgorithminterface.h:43
An interface to find out differences between two Akonadi objects.
Definition: differencesalgorithminterface.h:37
An interface to report differences between two arbitrary objects.
Definition: abstractdifferencesreporter.h:92
virtual void compare(AbstractDifferencesReporter *reporter, const Akonadi::Item &leftItem, const Akonadi::Item &rightItem)=0
Calculates the differences between two Akonadi objects and reports them to a reporter object...
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.