akonadi
Akonadi::ConflictResolveDialog Class Reference
#include <conflictresolvedialog_p.h>
Inherits KDialog.
Public Member Functions | |
ConflictResolveDialog (QWidget *parent=0) | |
ConflictHandler::ResolveStrategy | resolveStrategy () const |
void | setConflictingItems (const Akonadi::Item &localItem, const Akonadi::Item &otherItem) |
Detailed Description
A dialog to ask the user for a resolve strategy for conflicts.
Definition at line 37 of file conflictresolvedialog_p.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new conflict resolve dialog.
- Parameters
-
parent The parent widget.
Definition at line 189 of file conflictresolvedialog.cpp.
Member Function Documentation
ConflictHandler::ResolveStrategy ConflictResolveDialog::resolveStrategy | ( | ) | const |
Returns the resolve strategy the user choose.
Definition at line 245 of file conflictresolvedialog.cpp.
void ConflictResolveDialog::setConflictingItems | ( | const Akonadi::Item & | localItem, |
const Akonadi::Item & | otherItem | ||
) |
Sets the items that causes the conflict.
- Parameters
-
localItem The local item which causes the conflict. otherItem The conflicting item from the Akonadi storage.
- Note
- Both items need the full payload set.
Definition at line 217 of file conflictresolvedialog.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.