KABC Namespace Reference
static data, shared by ALL addressee objects More...
Classes | |
class | Address |
Postal address information. More... | |
class | AddressBook |
Address Book. More... | |
class | AddressBook::Iterator |
Address Book Iterator. More... | |
class | AddressBook::ConstIterator |
Address Book Const Iterator. More... | |
class | AddresseeItem |
Special ListViewItem, that is used by the AddresseeDialog. More... | |
class | AddresseeDialog |
Dialog for selecting address book entries. More... | |
class | AddresseeList |
a QValueList of Addressee, with sorting functionality More... | |
class | AddressLineEdit |
A lineedit with LDAP and kabc completion. More... | |
class | Agent |
Important!!! More... | |
class | DistributionList |
Distribution list of email addresses. More... | |
struct | DistributionList::Entry |
Distribution List Entry. More... | |
class | DistributionListManager |
Manager of distribution lists. More... | |
class | DistributionListWatcher |
Watchdog for distribution lists. More... | |
class | DistributionListDialog |
Frontend to create distribution lists. More... | |
class | EmailSelector |
Helper class. More... | |
class | DistributionListEditorWidget |
Helper class. More... | |
class | DistributionListEditor |
class | ErrorHandler |
Abstract class that provides displaying of error messages. More... | |
class | ConsoleErrorHandler |
This class prints the error messages to stderr via kdError(). More... | |
class | GUIErrorHandler |
This class shows messages boxes for every error message. More... | |
class | GuiErrorHandler |
This class shows messages boxes for every error message. More... | |
class | Format |
class | FormatFactory |
Class for loading format plugins. More... | |
class | FormatPlugin |
Base class for address book formats. More... | |
class | BinaryFormat |
binary file format for addressbook entries. More... | |
class | Geo |
Geographic position. More... | |
class | Key |
A class to store an encryption key. More... | |
class | LdapObject |
This class is internal. More... | |
class | LdapClient |
This class is internal. More... | |
class | LdapSearch |
This class is internal. More... | |
class | Lock |
This class provides locking functionality for a file, directory or an arbitrary string-represented resource. More... | |
class | LockNull |
This class provides a lock without actually locking. More... | |
class | PhoneNumber |
Phonenumber information. More... | |
class | ResourceFile |
This resource allows access to a local file. More... | |
class | Ticket |
Helper class for handling coordinated save of address books. More... | |
class | Resource::Iterator |
Resource Iterator. More... | |
class | Resource::ConstIterator |
Resource Const Iterator. More... | |
class | ResourceSelectDialog |
This class is. More... | |
class | Addressee |
address book entry More... | |
class | StdAddressBook |
Standard KDE address book. More... | |
class | TimeZone |
Time zone information. More... | |
class | VCard21Parser |
class | VCardConverter |
Class to converting contact objects into vCard format and vice versa. More... | |
class | VCardFormat |
class | VCardFormatImpl |
class | VCardFormatPlugin |
Interface of vCard backend for address book. More... | |
Typedefs | |
typedef QValueList< QByteArray > | LdapAttrValue |
typedef QMap< QString, LdapAttrValue > | LdapAttrMap |
Enumerations | |
enum | SortingCriterion { Uid, Name, FormattedName, FamilyName, GivenName } |
Functions | |
QDataStream & | operator<< (QDataStream &, const Address &) |
QDataStream & | operator>> (QDataStream &, Address &) |
QDataStream & | operator<< (QDataStream &, const AddressBook &) |
QDataStream & | operator>> (QDataStream &, AddressBook &) |
QDataStream & | operator<< (QDataStream &, const Agent &) |
QDataStream & | operator>> (QDataStream &, Agent &) |
QDataStream & | operator<< (QDataStream &, const Geo &) |
QDataStream & | operator>> (QDataStream &, Geo &) |
QDataStream & | operator<< (QDataStream &, const Key &) |
QDataStream & | operator>> (QDataStream &, Key &) |
QDataStream & | operator<< (QDataStream &, const PhoneNumber &) |
QDataStream & | operator>> (QDataStream &, PhoneNumber &) |
QDataStream & | operator<< (QDataStream &, const Picture &) |
QDataStream & | operator>> (QDataStream &, Picture &) |
QDataStream & | operator<< (QDataStream &, const Addressee &) |
QDataStream & | operator>> (QDataStream &, Addressee &) |
QDataStream & | operator<< (QDataStream &, const Sound &) |
QDataStream & | operator>> (QDataStream &, Sound &) |
QDataStream & | operator<< (QDataStream &, const TimeZone &) |
QDataStream & | operator>> (QDataStream &, TimeZone &) |
QString | dateToVCardString (const QDateTime &dateTime) |
QString | dateToVCardString (const QDate &date) |
QDateTime | VCardStringToDate (const QString &dateString) |
Detailed Description
static data, shared by ALL addressee objectsEnumeration Type Documentation
|
Addressee attribute used for sorting.
Definition at line 85 of file addresseelist.h. Referenced by KABC::AddresseeList::sortingCriterion(). |
Function Documentation
|
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")
Definition at line 104 of file vcardconverter.cpp. References QDateTime::toString(). |
|
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")
Definition at line 109 of file vcardconverter.cpp. References QDate::toString(). |
|
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)
Definition at line 114 of file vcardconverter.cpp. References QString::length(), QString::mid(), QString::remove(), and QString::upper(). Referenced by KABC::VCard21Parser::readFromString(). |