kabc
Namespaces | |
ContactGroupTool | |
LDIFConverter | |
SortingTraits | |
VCardDrag | |
Classes | |
class | Address |
class | AddressBook |
class | Addressee |
class | AddresseeDialog |
class | AddresseeHelper |
class | AddresseeItem |
class | AddresseeList |
class | AddressLineEdit |
class | BinaryFormat |
class | ConsoleErrorHandler |
class | ContactGroup |
class | DistributionList |
class | DistributionListDialog |
class | DistributionListEditorWidget |
class | EmailSelector |
class | ErrorHandler |
class | Field |
class | FieldSortMode |
class | Format |
class | FormatFactory |
struct | FormatInfo |
class | Geo |
class | GuiErrorHandler |
class | Key |
class | Lock |
class | LockNull |
class | NameSortMode |
class | PhoneNumber |
class | Picture |
class | Plugin |
class | Resource |
class | ResourceABC |
class | ResourceDir |
class | ResourceFile |
class | ResourceNet |
class | SortMode |
class | Sound |
class | StdAddressBook |
class | Ticket |
class | TimeZone |
class | VCardConverter |
class | VCardFormat |
Typedefs | |
typedef QMap< QString, DistributionList * > | DistributionListMap |
Enumerations | |
enum | SortingCriterion { Uid, Name, FormattedName, FamilyName, GivenName } |
Functions | |
QString | dateToVCardString (const QDateTime &dateTime) |
QString | dateToVCardString (const QDate &date) |
QDataStream & | operator<< (QDataStream &stream, const Lang &object) |
QDataStream & | operator<< (QDataStream &stream, const Gender &object) |
QDataStream & | operator<< (QDataStream &stream, const Impp &object) |
QDataStream & | operator<< (QDataStream &stream, const Email &object) |
QDataStream & | operator<< (QDataStream &stream, const CalendarUrl &object) |
QDataStream & | operator<< (QDataStream &stream, const TimeZone &timeZone) |
QDataStream & | operator<< (QDataStream &stream, const Secrecy &secrecy) |
QDataStream & | operator<< (QDataStream &stream, const Geo &object) |
QDataStream & | operator<< (QDataStream &stream, const Sound &sound) |
QDataStream & | operator<< (QDataStream &stream, const Key &key) |
QDataStream & | operator<< (QDataStream &stream, const Picture &picture) |
QDataStream & | operator<< (QDataStream &stream, const PhoneNumber &number) |
QDataStream & | operator<< (QDataStream &stream, const Address &address) |
QDataStream & | operator<< (QDataStream &lhs, const AddressBook &rhs) |
QDataStream & | operator<< (QDataStream &, const Addressee &) |
QDataStream & | operator>> (QDataStream &stream, Lang &object) |
QDataStream & | operator>> (QDataStream &stream, Impp &object) |
QDataStream & | operator>> (QDataStream &stream, Gender &object) |
QDataStream & | operator>> (QDataStream &stream, Email &object) |
QDataStream & | operator>> (QDataStream &stream, CalendarUrl &object) |
QDataStream & | operator>> (QDataStream &stream, TimeZone &timeZone) |
QDataStream & | operator>> (QDataStream &stream, Secrecy &secrecy) |
QDataStream & | operator>> (QDataStream &stream, Geo &object) |
QDataStream & | operator>> (QDataStream &stream, Sound &sound) |
QDataStream & | operator>> (QDataStream &stream, Key &key) |
QDataStream & | operator>> (QDataStream &stream, Picture &picture) |
QDataStream & | operator>> (QDataStream &stream, const PhoneNumber &number) |
QDataStream & | operator>> (QDataStream &stream, Address &address) |
QDataStream & | operator>> (QDataStream &lhs, AddressBook &rhs) |
QDataStream & | operator>> (QDataStream &, Addressee &) |
QDateTime | VCardStringToDate (const QString &dateString) |
Detailed Description
Class that holds a Calendar Url (FBURL/CALADRURI/CALURI)
Class that holds a Language for a contact.
Class that holds a IMPP for a contact.
Class that holds a Gender for a contact.
Class that holds a Email for a contact.
- Since
- 4.14.6
- 4.14.5
Typedef Documentation
typedef QMap<QString, DistributionList*> KABC::DistributionListMap |
Typedef for map from IDs to respective DistribtionList.
Definition at line 205 of file distributionlist.h.
Enumeration Type Documentation
Addressee attribute used for sorting.
Definition at line 257 of file addresseelist.h.
Function Documentation
Helper functions.
Converts a QDateTime to a date string as it is used in VCard and LDIF files. The return value is in the form "yyyyMMddThhmmssZ" (e.g. "20031201T120000Z")
- Parameters
-
dateTime date and time to be converted
Definition at line 105 of file vcardconverter.cpp.
Converts a QDate to a short date string as it is used in VCard and LDIF files.
The return value is in the form "yyyyMMdd" (e.g. "20031201")
- Parameters
-
date date to be converted
Definition at line 110 of file vcardconverter.cpp.
QDataStream & KABC::operator<< | ( | QDataStream & | stream, |
const TimeZone & | timeZone | ||
) |
Serializes the timezone
object into the stream
.
Definition at line 124 of file timezone.cpp.
QDataStream & KABC::operator<< | ( | QDataStream & | stream, |
const Secrecy & | secrecy | ||
) |
Serializes the secrecy
object into the stream
.
Definition at line 136 of file secrecy.cpp.
QDataStream & KABC::operator<< | ( | QDataStream & | stream, |
const Geo & | object | ||
) |
QDataStream & KABC::operator<< | ( | QDataStream & | stream, |
const Sound & | sound | ||
) |
QDataStream & KABC::operator<< | ( | QDataStream & | stream, |
const Key & | key | ||
) |
QDataStream & KABC::operator<< | ( | QDataStream & | stream, |
const Picture & | picture | ||
) |
Serializes the picture
object into the stream
.
Definition at line 239 of file picture.cpp.
QDataStream & KABC::operator<< | ( | QDataStream & | stream, |
const PhoneNumber & | number | ||
) |
Serializes the phone number
object into the stream
.
- Parameters
-
stream The stream to write into number The phone number object to serialize
Definition at line 272 of file phonenumber.cpp.
QDataStream & KABC::operator<< | ( | QDataStream & | stream, |
const Address & | address | ||
) |
Serializes the address
object into the stream
.
Definition at line 680 of file address.cpp.
QDataStream & KABC::operator>> | ( | QDataStream & | stream, |
TimeZone & | timeZone | ||
) |
Initializes the timezone
object from the stream
.
Definition at line 129 of file timezone.cpp.
QDataStream & KABC::operator>> | ( | QDataStream & | stream, |
Secrecy & | secrecy | ||
) |
Initializes the secrecy
object from the stream
.
Definition at line 141 of file secrecy.cpp.
QDataStream & KABC::operator>> | ( | QDataStream & | stream, |
Geo & | object | ||
) |
QDataStream & KABC::operator>> | ( | QDataStream & | stream, |
Sound & | sound | ||
) |
QDataStream & KABC::operator>> | ( | QDataStream & | stream, |
Key & | key | ||
) |
QDataStream & KABC::operator>> | ( | QDataStream & | stream, |
Picture & | picture | ||
) |
Initializes the picture
object from the stream
.
Definition at line 244 of file picture.cpp.
QDataStream& KABC::operator>> | ( | QDataStream & | stream, |
const PhoneNumber & | number | ||
) |
Initializes the phone number
object from the stream
.
- Parameters
-
stream The stream to read from number The phone number object to deserialize into
QDataStream & KABC::operator>> | ( | QDataStream & | stream, |
Address & | address | ||
) |
Initializes the address
object from the stream
.
Definition at line 688 of file address.cpp.
Converts a date string as it is used in VCard and LDIF files to a QDateTime value.
If the date string does not contain a time value, it will be returned as 00:00:00. (e.g. "20031201T120000" will return a QDateTime for 2003-12-01 at 12:00)
- Parameters
-
dateString string representing the date and time.
Definition at line 115 of file vcardconverter.cpp.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.