kaddressbook
KABMergeContacts::MergeContacts Class Reference
#include <mergecontacts.h>
Public Types | |
enum | ConflictInformation { None = 0, Birthday = 1, Geo = 2, Photo = 4, Logo = 8, Anniversary = 16, Name = 32, NickName = 64, Blog = 128, HomePage = 256, Organization = 512, Profession = 1024, Title = 2056, Departement = 4096, Office = 8192, ManagerName = 16384, Assistant = 32768, FreeBusy = 65536, FamilyName = 131072, PartnerName = 262144, Keys = 524288 } |
Public Member Functions | |
MergeContacts (const Akonadi::Item::List &items=Akonadi::Item::List()) | |
~MergeContacts () | |
KABC::Addressee | mergedContact (bool excludeConflictPart=false) |
MergeContacts::ConflictInformations | requiresManualSelectionOfInformation () |
void | setItems (const Akonadi::Item::List &items) |
Detailed Description
Definition at line 26 of file mergecontacts.h.
Member Enumeration Documentation
Enumerator | |
---|---|
None | |
Birthday | |
Geo | |
Photo | |
Logo | |
Anniversary | |
Name | |
NickName | |
Blog | |
HomePage | |
Organization | |
Profession | |
Title | |
Departement | |
Office | |
ManagerName | |
Assistant | |
FreeBusy | |
FamilyName | |
PartnerName | |
Keys |
Definition at line 32 of file mergecontacts.h.
Constructor & Destructor Documentation
MergeContacts::MergeContacts | ( | const Akonadi::Item::List & | items = Akonadi::Item::List() | ) |
Definition at line 22 of file mergecontacts.cpp.
MergeContacts::~MergeContacts | ( | ) |
Definition at line 27 of file mergecontacts.cpp.
Member Function Documentation
KABC::Addressee MergeContacts::mergedContact | ( | bool | excludeConflictPart = false | ) |
Definition at line 37 of file mergecontacts.cpp.
MergeContacts::ConflictInformations MergeContacts::requiresManualSelectionOfInformation | ( | ) |
Definition at line 186 of file mergecontacts.cpp.
void MergeContacts::setItems | ( | const Akonadi::Item::List & | items | ) |
Definition at line 32 of file mergecontacts.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:34 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:32:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.