Namespaces | |
| namespace | LDIFConverter |
| namespace | SortingTraits |
Classes | |
| class | Address |
| Postal address information. More... | |
| class | AddressBook |
| Address Book. More... | |
| class | AddresseeItem |
| Special ListViewItem, that is used by the AddresseeDialog. More... | |
| class | AddresseeDialog |
| Dialog for selecting address book entries. More... | |
| class | AddresseeList |
| a TQValueList of Addressee, with sorting functionality More... | |
| class | AddressLineEdit |
| A lineedit with LDAP and tdeabc completion. More... | |
| class | Agent |
| Important!!! More... | |
| class | DistributionList |
| Distribution list of email addresses. 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... | |
| struct | LdapResult |
| Structure describing one result returned by a LDAP query. More... | |
| class | LdapSearch |
| This class is internal. More... | |
| class | LdapConfigWidget |
| LDAP Configuration widget. More... | |
| class | LDAPUrl |
| LDAPUrl. More... | |
| class | LDIF |
| LDIF. 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 | ResourceSelectDialog |
| This class is. More... | |
| class | Addressee |
| address book entry More... | |
| class | SortMode |
| Sort method for sorting an addressee list. More... | |
| class | Sound |
| Class that holds a Sound clip for a contact. 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 TQValueList< TQByteArray > | LdapAttrValue |
|
typedef TQMap< TQString, LdapAttrValue > | LdapAttrMap |
| typedef TQValueList< LdapResult > | LdapResultList |
Enumerations | |
| enum | SortingCriterion { Uid, Name, FormattedName, FamilyName, GivenName } |
Functions | |
| KABC_EXPORT TQDataStream & | operator<< (TQDataStream &, const Address &) |
| KABC_EXPORT TQDataStream & | operator>> (TQDataStream &, Address &) |
| KABC_EXPORT TQDataStream & | operator<< (TQDataStream &, const AddressBook &) |
| KABC_EXPORT TQDataStream & | operator>> (TQDataStream &, AddressBook &) |
| KABC_EXPORT TQDataStream & | operator<< (TQDataStream &, const Agent &) |
| KABC_EXPORT TQDataStream & | operator>> (TQDataStream &, Agent &) |
| KABC_EXPORT TQDataStream & | operator<< (TQDataStream &, const Geo &) |
| KABC_EXPORT TQDataStream & | operator>> (TQDataStream &, Geo &) |
| KABC_EXPORT TQDataStream & | operator<< (TQDataStream &, const Key &) |
| KABC_EXPORT TQDataStream & | operator>> (TQDataStream &, Key &) |
| KABC_EXPORT TQDataStream & | operator<< (TQDataStream &, const PhoneNumber &) |
| KABC_EXPORT TQDataStream & | operator>> (TQDataStream &, PhoneNumber &) |
| KABC_EXPORT TQDataStream & | operator<< (TQDataStream &, const Picture &) |
| KABC_EXPORT TQDataStream & | operator>> (TQDataStream &, Picture &) |
| KABC_EXPORT TQDataStream & | operator<< (TQDataStream &, const Addressee &) |
| KABC_EXPORT TQDataStream & | operator>> (TQDataStream &, Addressee &) |
| KABC_EXPORT TQDataStream & | operator<< (TQDataStream &s, const Secrecy &secrecy) |
| KABC_EXPORT TQDataStream & | operator>> (TQDataStream &s, Secrecy &secrecy) |
| KABC_EXPORT TQDataStream & | operator<< (TQDataStream &, const Sound &) |
| KABC_EXPORT TQDataStream & | operator>> (TQDataStream &, Sound &) |
| KABC_EXPORT TQDataStream & | operator<< (TQDataStream &, const TimeZone &) |
| KABC_EXPORT TQDataStream & | operator>> (TQDataStream &, TimeZone &) |
| KABC_EXPORT TQString | dateToVCardString (const TQDateTime &dateTime) |
| KABC_EXPORT TQString | dateToVCardString (const TQDate &date) |
| KABC_EXPORT TQDateTime | VCardStringToDate (const TQString &dateString) |
Detailed Description
static data, shared by ALL addressee objects
Enumeration Type Documentation
Addressee attribute used for sorting.
Definition at line 87 of file addresseelist.h.
Function Documentation
| TQString TDEABC::dateToVCardString | ( | const TQDateTime & | dateTime | ) |
Helper functions.
Converts a TQDateTime 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
- Since
- 3.2
Definition at line 104 of file vcardconverter.cpp.
| TQString TDEABC::dateToVCardString | ( | const TQDate & | date | ) |
Converts a TQDate 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
- Since
- 3.2
Definition at line 109 of file vcardconverter.cpp.
| TQDateTime TDEABC::VCardStringToDate | ( | const TQString & | dateString | ) |
Converts a date string as it is used in VCard and LDIF files to a TQDateTime 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 TQDateTime for 2003-12-01 at 12:00)
- Parameters
-
dateString string representing the date and time.
- Since
- 3.2
Definition at line 114 of file vcardconverter.cpp.
Trinity API Reference