akonadi
differencesalgorithminterface.h
60Q_DECLARE_INTERFACE( Akonadi::DifferencesAlgorithmInterface, "org.freedesktop.Akonadi.DifferencesAlgorithmInterface/1.0" )
An interface to report differences between two arbitrary objects.
Definition abstractdifferencesreporter.h:93
An interface to find out differences between two Akonadi objects.
Definition differencesalgorithminterface.h:38
virtual ~DifferencesAlgorithmInterface()
Destroys the differences algorithm interface.
Definition differencesalgorithminterface.h:43
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-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.