kabc
KABC::LDIFConverter Namespace Reference
Functions | |
bool | addresseeToLDIF (const AddresseeList &addrList, QString &str) |
bool | addresseeToLDIF (const Addressee &addr, QString &str) |
bool | evaluatePair (Addressee &a, Address &homeAddr, Address &workAddr, QString &fieldname, QString &value, int &birthday, int &birthmonth, int &birthyear) |
bool | LDIFToAddressee (const QString &str, AddresseeList &addrList, const QDateTime &dt=QDateTime::currentDateTime()) |
Detailed Description
A set of functions to convert a string with LDIF information to addressees and vice versa.
It is useful for addressbook import- and exportfilters and might be used to read and write Mozilla and Netscape addresssbooks.
Function Documentation
bool KABC::LDIFConverter::addresseeToLDIF | ( | const AddresseeList & | addrList, |
QString & | str | ||
) |
Converts a list of addressees to a LDIF string.
- Parameters:
-
addrList The addresseelist. str The LDIF string.
Definition at line 54 of file ldifconverter.cpp.
bool KABC::LDIFConverter::addresseeToLDIF | ( | const Addressee & | addr, |
QString & | str | ||
) |
Converts an addressee to a LDIF string.
- Parameters:
-
addr The addressee. str The LDIF string.
Definition at line 76 of file ldifconverter.cpp.
bool KABC::LDIFConverter::evaluatePair | ( | Addressee & | a, |
Address & | homeAddr, | ||
Address & | workAddr, | ||
QString & | fieldname, | ||
QString & | value, | ||
int & | birthday, | ||
int & | birthmonth, | ||
int & | birthyear | ||
) |
Evaluates @p fieldname and sets the @p value at the addressee or the address objects when appropriate. @param a The addressee to store information into @param homeAddr The home address to store respective information into @param workAddr The work address to store respective information into @param fieldname LDIF field name to evaluate @param value The value of the field addressed by @p fieldname
Definition at line 271 of file ldifconverter.cpp.
bool KABC::LDIFConverter::LDIFToAddressee | ( | const QString & | str, |
AddresseeList & | addrList, | ||
const QDateTime & | dt = QDateTime::currentDateTime() |
||
) |
Converts a LDIF string to a list of addressees.
- Parameters:
-
str The vcard string. addrList The addresseelist. dt The date & time value of the last modification (e.g. file modification time).
Definition at line 194 of file ldifconverter.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 22:20:27 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 22:20:27 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.