Akonadi::DifferencesAlgorithmInterface
Akonadi::DifferencesAlgorithmInterface Class Referenceabstract
#include <differencesalgorithminterface.h>
Public Member Functions | |
| virtual | ~DifferencesAlgorithmInterface () | 
| virtual void | compare (AbstractDifferencesReporter *reporter, const Akonadi::Item &leftItem, const Akonadi::Item &rightItem)=0 | 
Detailed Description
An interface to find out differences between two Akonadi objects.
- Since
 - 4.6
 
Definition at line 21 of file differencesalgorithminterface.h.
Constructor & Destructor Documentation
◆ ~DifferencesAlgorithmInterface()
      
  | 
  inlinevirtual | 
Destroys the differences algorithm interface.
Definition at line 27 of file differencesalgorithminterface.h.
Member Function Documentation
◆ compare()
      
  | 
  pure virtual | 
Calculates the differences between two Akonadi objects and reports them to a reporter object.
- Parameters
 - 
  
reporter The reporter object that will be used for reporting the differences. leftItem The left-hand side item that will be compared. rightItem The right-hand side item that will be compared.  
The documentation for this class was generated from the following file:
  This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:53:10 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
          Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:53:10 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.