KABC::Addressee Class Reference
address book entry More...
#include <addressee.h>
Public Types | |
typedef QValueList< Addressee > | List |
typedef QMap< QString, Addressee > | Map |
typedef QValueList< Addressee > | List |
typedef QMap< QString, Addressee > | Map |
Public Member Functions | |
Addressee () | |
Addressee (const Addressee &) | |
Addressee & | operator= (const Addressee &) |
bool | operator== (const Addressee &) const |
bool | operator!= (const Addressee &) const |
bool | isEmpty () const |
void | setUid (const QString &uid) |
QString | uid () const |
void | setName (const QString &name) |
QString | name () const |
void | setFormattedName (const QString &formattedName) |
QString | formattedName () const |
void | setFamilyName (const QString &familyName) |
QString | familyName () const |
void | setGivenName (const QString &givenName) |
QString | givenName () const |
void | setAdditionalName (const QString &additionalName) |
QString | additionalName () const |
void | setPrefix (const QString &prefix) |
QString | prefix () const |
void | setSuffix (const QString &suffix) |
QString | suffix () const |
void | setNickName (const QString &nickName) |
QString | nickName () const |
void | setBirthday (const QDateTime &birthday) |
QDateTime | birthday () const |
void | setMailer (const QString &mailer) |
QString | mailer () const |
void | setTimeZone (const TimeZone &timeZone) |
TimeZone | timeZone () const |
void | setGeo (const Geo &geo) |
Geo | geo () const |
void | setTitle (const QString &title) |
QString | title () const |
void | setRole (const QString &role) |
QString | role () const |
void | setOrganization (const QString &organization) |
QString | organization () const |
void | setDepartment (const QString &department) |
QString | department () const |
void | setNote (const QString ¬e) |
QString | note () const |
void | setProductId (const QString &productId) |
QString | productId () const |
void | setRevision (const QDateTime &revision) |
QDateTime | revision () const |
void | setSortString (const QString &sortString) |
QString | sortString () const |
void | setUrl (const KURL &url) |
KURL | url () const |
void | setSecrecy (const Secrecy &secrecy) |
Secrecy | secrecy () const |
void | setLogo (const Picture &logo) |
Picture | logo () const |
void | setPhoto (const Picture &photo) |
Picture | photo () const |
void | setSound (const Sound &sound) |
Sound | sound () const |
void | setAgent (const Agent &agent) |
Agent | agent () const |
void | setNameFromString (const QString &) |
QString | realName () const |
QString | assembledName () const |
QString | fullEmail (const QString &email=QString::null) const |
void | insertEmail (const QString &email, bool preferred=false) |
void | removeEmail (const QString &email) |
QString | preferredEmail () const |
QStringList | emails () const |
void | setEmails (const QStringList &list) |
void | insertPhoneNumber (const PhoneNumber &phoneNumber) |
void | removePhoneNumber (const PhoneNumber &phoneNumber) |
PhoneNumber | phoneNumber (int type) const |
PhoneNumber::List | phoneNumbers () const |
PhoneNumber::List | phoneNumbers (int type) const |
PhoneNumber | findPhoneNumber (const QString &id) const |
void | insertKey (const Key &key) |
void | removeKey (const Key &key) |
Key | key (int type, QString customTypeString=QString::null) const |
Key::List | keys () const |
void | setKeys (const Key::List &keys) |
Key::List | keys (int type, QString customTypeString=QString::null) const |
Key | findKey (const QString &id) const |
void | insertAddress (const Address &address) |
void | removeAddress (const Address &address) |
Address | address (int type) const |
Address::List | addresses () const |
Address::List | addresses (int type) const |
Address | findAddress (const QString &id) const |
void | insertCategory (const QString &) |
void | removeCategory (const QString &) |
bool | hasCategory (const QString &) const |
void | setCategories (const QStringList &) |
QStringList | categories () const |
void | insertCustom (const QString &app, const QString &name, const QString &value) |
void | removeCustom (const QString &app, const QString &name) |
QString | custom (const QString &app, const QString &name) const |
void | setCustoms (const QStringList &) |
QStringList | customs () const |
void | dump () const |
QString | asString () const |
void | setResource (Resource *resource) |
Resource * | resource () const |
void | setChanged (bool value) |
bool | changed () const |
bool | operator< (const Addressee &addr) |
Addressee () | |
Addressee (const Addressee &) | |
Addressee & | operator= (const Addressee &) |
bool | operator== (const Addressee &) const |
bool | operator!= (const Addressee &) const |
bool | isEmpty () const |
void | setUid (const QString &uid) |
QString | uid () const |
DECLARATIONS void | setNameFromString (const QString &) |
QString | realName () const |
QString | assembledName () const |
QString | fullEmail (const QString &email=QString::null) const |
void | insertEmail (const QString &email, bool preferred=false) |
void | removeEmail (const QString &email) |
QString | preferredEmail () const |
QStringList | emails () const |
void | setEmails (const QStringList &list) |
void | insertPhoneNumber (const PhoneNumber &phoneNumber) |
void | removePhoneNumber (const PhoneNumber &phoneNumber) |
PhoneNumber | phoneNumber (int type) const |
PhoneNumber::List | phoneNumbers () const |
PhoneNumber::List | phoneNumbers (int type) const |
PhoneNumber | findPhoneNumber (const QString &id) const |
void | insertKey (const Key &key) |
void | removeKey (const Key &key) |
Key | key (int type, QString customTypeString=QString::null) const |
Key::List | keys () const |
void | setKeys (const Key::List &keys) |
Key::List | keys (int type, QString customTypeString=QString::null) const |
Key | findKey (const QString &id) const |
void | insertAddress (const Address &address) |
void | removeAddress (const Address &address) |
Address | address (int type) const |
Address::List | addresses () const |
Address::List | addresses (int type) const |
Address | findAddress (const QString &id) const |
void | insertCategory (const QString &) |
void | removeCategory (const QString &) |
bool | hasCategory (const QString &) const |
void | setCategories (const QStringList &) |
QStringList | categories () const |
void | insertCustom (const QString &app, const QString &name, const QString &value) |
void | removeCustom (const QString &app, const QString &name) |
QString | custom (const QString &app, const QString &name) const |
void | setCustoms (const QStringList &) |
QStringList | customs () const |
void | dump () const |
QString | asString () const |
void | setResource (Resource *resource) |
Resource * | resource () const |
void | setChanged (bool value) |
bool | changed () const |
bool | operator< (const Addressee &addr) |
Static Public Member Functions | |
static QString | uidLabel () |
static QString | nameLabel () |
static QString | formattedNameLabel () |
static QString | familyNameLabel () |
static QString | givenNameLabel () |
static QString | additionalNameLabel () |
static QString | prefixLabel () |
static QString | suffixLabel () |
static QString | nickNameLabel () |
static QString | birthdayLabel () |
static QString | homeAddressStreetLabel () |
static QString | homeAddressLocalityLabel () |
static QString | homeAddressRegionLabel () |
static QString | homeAddressPostalCodeLabel () |
static QString | homeAddressCountryLabel () |
static QString | homeAddressLabelLabel () |
static QString | businessAddressStreetLabel () |
static QString | businessAddressLocalityLabel () |
static QString | businessAddressRegionLabel () |
static QString | businessAddressPostalCodeLabel () |
static QString | businessAddressCountryLabel () |
static QString | businessAddressLabelLabel () |
static QString | homePhoneLabel () |
static QString | businessPhoneLabel () |
static QString | mobilePhoneLabel () |
static QString | homeFaxLabel () |
static QString | businessFaxLabel () |
static QString | carPhoneLabel () |
static QString | isdnLabel () |
static QString | pagerLabel () |
static QString | emailLabel () |
static QString | mailerLabel () |
static QString | timeZoneLabel () |
static QString | geoLabel () |
static QString | titleLabel () |
static QString | roleLabel () |
static QString | organizationLabel () |
static QString | departmentLabel () |
static QString | noteLabel () |
static QString | productIdLabel () |
static QString | revisionLabel () |
static QString | sortStringLabel () |
static QString | urlLabel () |
static QString | secrecyLabel () |
static QString | logoLabel () |
static QString | photoLabel () |
static QString | soundLabel () |
static QString | agentLabel () |
static void | parseEmailAddress (const QString &rawEmail, QString &fullName, QString &email) |
static void | setSortMode (KABC::SortMode *mode) |
static QString | uidLabel () |
static void | parseEmailAddress (const QString &rawEmail, QString &fullName, QString &email) |
static void | setSortMode (KABC::SortMode *mode) |
Friends | |
KABC_EXPORT QDataStream & | operator<< (QDataStream &, const Addressee &) |
KABC_EXPORT QDataStream & | operator>> (QDataStream &, Addressee &) |
KABC_EXPORT QDataStream & | operator<< (QDataStream &, const Addressee &) |
KABC_EXPORT QDataStream & | operator>> (QDataStream &, Addressee &) |
Detailed Description
address book entryThis class represents an entry in the address book.
The data of this class is implicitly shared. You can pass this class by value.
If you need the name of a field for presenting it to the user you should use the functions ending in Label(). They return a translated string which can be used as label for the corresponding field.
About the name fields:
givenName() is the first name and familyName() the last name. In some countries the family name comes first, that's the reason for the naming. formattedName() is the full name with the correct formatting. It is used as an override, when the correct formatting can't be generated from the other name fields automatically.
realName() returns a fully formatted name(). It uses formattedName, if set, otherwise it constucts the name from the name fields. As fallback, if nothing else is set it uses name().
name() is the NAME type of RFC2426. It can be used as internal name for the data enty, but shouldn't be used for displaying the data to the user.
Definition at line 75 of file addressee.h.
Constructor & Destructor Documentation
Addressee::Addressee | ( | ) |
KABC::Addressee::Addressee | ( | ) |
Construct an empty address book entry.
Member Function Documentation
QString Addressee::additionalName | ( | ) | const |
QString Addressee::additionalNameLabel | ( | ) | [static] |
Address KABC::Addressee::address | ( | int | type | ) | const |
Return address, which matches the given type.
Address Addressee::address | ( | int | type | ) | const |
Address::List KABC::Addressee::addresses | ( | int | type | ) | const |
Return list of addresses with a special type.
Address::List KABC::Addressee::addresses | ( | ) | const |
Return list of all addresses.
Address::List Addressee::addresses | ( | int | type | ) | const |
Address::List Addressee::addresses | ( | ) | const |
Agent Addressee::agent | ( | ) | const |
QString Addressee::agentLabel | ( | ) | [static] |
QString KABC::Addressee::assembledName | ( | ) | const |
Return the name that consists of all name parts.
QString Addressee::assembledName | ( | ) | const |
QString KABC::Addressee::asString | ( | ) | const |
Returns string representation of the addressee.
QString Addressee::asString | ( | ) | const |
QDateTime Addressee::birthday | ( | ) | const |
QString Addressee::birthdayLabel | ( | ) | [static] |
QString Addressee::businessAddressCountryLabel | ( | ) | [static] |
Return translated label for businessAddressCountry field.
Definition at line 551 of file addressee.cpp.
QString Addressee::businessAddressLabelLabel | ( | ) | [static] |
Return translated label for businessAddressLabel field.
Definition at line 557 of file addressee.cpp.
QString Addressee::businessAddressLocalityLabel | ( | ) | [static] |
Return translated label for businessAddressLocality field.
Definition at line 533 of file addressee.cpp.
QString Addressee::businessAddressPostalCodeLabel | ( | ) | [static] |
Return translated label for businessAddressPostalCode field.
Definition at line 545 of file addressee.cpp.
QString Addressee::businessAddressRegionLabel | ( | ) | [static] |
Return translated label for businessAddressRegion field.
Definition at line 539 of file addressee.cpp.
QString Addressee::businessAddressStreetLabel | ( | ) | [static] |
Return translated label for businessAddressStreet field.
Definition at line 527 of file addressee.cpp.
QString Addressee::businessFaxLabel | ( | ) | [static] |
QString Addressee::businessPhoneLabel | ( | ) | [static] |
QString Addressee::carPhoneLabel | ( | ) | [static] |
QStringList KABC::Addressee::categories | ( | ) | const |
Return list of all set categories.
QStringList Addressee::categories | ( | ) | const |
bool KABC::Addressee::changed | ( | ) | const |
Return whether the addressee is changed.
bool Addressee::changed | ( | ) | const |
Return value of custom entry, identified by app and entry name.
Return value of custom entry, identified by app and entry name.
Definition at line 1589 of file addressee.cpp.
QStringList KABC::Addressee::customs | ( | ) | const |
Return list of all custom entries.
QStringList Addressee::customs | ( | ) | const |
QString Addressee::department | ( | ) | const |
QString Addressee::departmentLabel | ( | ) | [static] |
void KABC::Addressee::dump | ( | ) | const |
Debug output.
void Addressee::dump | ( | ) | const |
QString Addressee::emailLabel | ( | ) | [static] |
QStringList KABC::Addressee::emails | ( | ) | const |
Return list of all email addresses.
QStringList Addressee::emails | ( | ) | const |
QString Addressee::familyName | ( | ) | const |
QString Addressee::familyNameLabel | ( | ) | [static] |
PhoneNumber KABC::Addressee::findPhoneNumber | ( | const QString & | id | ) | const |
Return phone number with the given id.
PhoneNumber Addressee::findPhoneNumber | ( | const QString & | id | ) | const |
QString Addressee::formattedName | ( | ) | const |
QString Addressee::formattedNameLabel | ( | ) | [static] |
Return email address including real name.
- Parameters:
-
email Email address to be used to construct the full email string. If this is QString::null the preferred email address is used.
Return email address including real name.
- Parameters:
-
email Email address to be used to construct the full email string. If this is QString::null the preferred email address is used.
Definition at line 1123 of file addressee.cpp.
Geo Addressee::geo | ( | ) | const |
QString Addressee::geoLabel | ( | ) | [static] |
QString Addressee::givenName | ( | ) | const |
QString Addressee::givenNameLabel | ( | ) | [static] |
bool KABC::Addressee::hasCategory | ( | const QString & | ) | const |
Return, if addressee has the given category.
bool Addressee::hasCategory | ( | const QString & | c | ) | const |
QString Addressee::homeAddressCountryLabel | ( | ) | [static] |
QString Addressee::homeAddressLabelLabel | ( | ) | [static] |
QString Addressee::homeAddressLocalityLabel | ( | ) | [static] |
Return translated label for homeAddressLocality field.
Definition at line 497 of file addressee.cpp.
QString Addressee::homeAddressPostalCodeLabel | ( | ) | [static] |
Return translated label for homeAddressPostalCode field.
Definition at line 509 of file addressee.cpp.
QString Addressee::homeAddressRegionLabel | ( | ) | [static] |
QString Addressee::homeAddressStreetLabel | ( | ) | [static] |
QString Addressee::homeFaxLabel | ( | ) | [static] |
QString Addressee::homePhoneLabel | ( | ) | [static] |
void KABC::Addressee::insertAddress | ( | const Address & | address | ) |
Insert an address.
If an address with the same id already exists in this addressee it is not duplicated.
void Addressee::insertAddress | ( | const Address & | address | ) |
Insert an address.
If an address with the same id already exists in this addressee it is not duplicated.
Definition at line 1437 of file addressee.cpp.
void KABC::Addressee::insertCategory | ( | const QString & | ) |
Insert category.
If the category already exists it is not duplicated.
void Addressee::insertCategory | ( | const QString & | c | ) |
Insert category.
If the category already exists it is not duplicated.
Definition at line 1515 of file addressee.cpp.
void KABC::Addressee::insertCustom | ( | const QString & | app, | |
const QString & | name, | |||
const QString & | value | |||
) |
Insert custom entry.
The entry is identified by the name of the inserting application and a unique name. If an entry with the given app and name already exists its value is replaced with the new given value.
An empty value isn't allowed (nothing happens if this is called with any of the three arguments being empty)
Insert custom entry.
The entry is identified by the name of the inserting application and a unique name. If an entry with the given app and name already exists its value is replaced with the new given value.
An empty value isn't allowed (nothing happens if this is called with any of the three arguments being empty)
Definition at line 1553 of file addressee.cpp.
void KABC::Addressee::insertEmail | ( | const QString & | email, | |
bool | preferred = false | |||
) |
Insert an email address.
If the email address already exists in this addressee it is not duplicated.
- Parameters:
-
email Email address preferred Set to true, if this is the preferred email address of the addressee.
void Addressee::insertEmail | ( | const QString & | email, | |
bool | preferred = false | |||
) |
Insert an email address.
If the email address already exists in this addressee it is not duplicated.
- Parameters:
-
email Email address preferred Set to true, if this is the preferred email address of the addressee.
Definition at line 1149 of file addressee.cpp.
void KABC::Addressee::insertKey | ( | const Key & | key | ) |
Insert a key.
If a key with the same id already exists in this addressee it is not duplicated.
void Addressee::insertKey | ( | const Key & | key | ) |
Insert a key.
If a key with the same id already exists in this addressee it is not duplicated.
Definition at line 1271 of file addressee.cpp.
void KABC::Addressee::insertPhoneNumber | ( | const PhoneNumber & | phoneNumber | ) |
Insert a phone number.
If a phone number with the same id already exists in this addressee it is not duplicated.
void Addressee::insertPhoneNumber | ( | const PhoneNumber & | phoneNumber | ) |
Insert a phone number.
If a phone number with the same id already exists in this addressee it is not duplicated.
Definition at line 1197 of file addressee.cpp.
QString Addressee::isdnLabel | ( | ) | [static] |
bool KABC::Addressee::isEmpty | ( | ) | const |
Return, if the address book entry is empty.
bool Addressee::isEmpty | ( | ) | const |
Return key, which matches the given type.
If type
== Key::Custom you can specify a string that should match. If you leave the string empty, the first key with a custom value is returned.
Return key, which matches the given type.
If type
== Key::Custom you can specify a string that should match. If you leave the string empty, the first key with a custom value is returned.
Definition at line 1299 of file addressee.cpp.
Return list of keys with a special type.
If type
== Key::Custom you can specify a string that should match. If you leave the string empty, all custom keys will be returned.
Key::List KABC::Addressee::keys | ( | ) | const |
Return list of all keys.
Return list of keys with a special type.
If type
== Key::Custom you can specify a string that should match. If you leave the string empty, all custom keys will be returned.
Definition at line 1330 of file addressee.cpp.
Key::List Addressee::keys | ( | ) | const |
Picture Addressee::logo | ( | ) | const |
QString Addressee::logoLabel | ( | ) | [static] |
QString Addressee::mailer | ( | ) | const |
QString Addressee::mailerLabel | ( | ) | [static] |
QString Addressee::mobilePhoneLabel | ( | ) | [static] |
QString Addressee::name | ( | ) | const |
QString Addressee::nameLabel | ( | ) | [static] |
QString Addressee::nickName | ( | ) | const |
QString Addressee::nickNameLabel | ( | ) | [static] |
QString Addressee::note | ( | ) | const |
QString Addressee::noteLabel | ( | ) | [static] |
QString Addressee::organization | ( | ) | const |
QString Addressee::organizationLabel | ( | ) | [static] |
QString Addressee::pagerLabel | ( | ) | [static] |
static void KABC::Addressee::parseEmailAddress | ( | const QString & | rawEmail, | |
QString & | fullName, | |||
QString & | ||||
) | [static] |
Parse full email address.
The result is given back in fullName and email.
void Addressee::parseEmailAddress | ( | const QString & | rawEmail, | |
QString & | fullName, | |||
QString & | ||||
) | [static] |
Parse full email address.
The result is given back in fullName and email.
Definition at line 1618 of file addressee.cpp.
PhoneNumber KABC::Addressee::phoneNumber | ( | int | type | ) | const |
Return phone number, which matches the given type.
PhoneNumber Addressee::phoneNumber | ( | int | type | ) | const |
PhoneNumber::List KABC::Addressee::phoneNumbers | ( | int | type | ) | const |
Return list of phone numbers with a special type.
PhoneNumber::List KABC::Addressee::phoneNumbers | ( | ) | const |
Return list of all phone numbers.
PhoneNumber::List Addressee::phoneNumbers | ( | int | type | ) | const |
PhoneNumber::List Addressee::phoneNumbers | ( | ) | const |
Picture Addressee::photo | ( | ) | const |
QString Addressee::photoLabel | ( | ) | [static] |
QString KABC::Addressee::preferredEmail | ( | ) | const |
Return preferred email address.
This is the first email address or the last one added with insertEmail() with a set preferred parameter.
QString Addressee::preferredEmail | ( | ) | const |
Return preferred email address.
This is the first email address or the last one added with insertEmail() with a set preferred parameter.
Definition at line 1182 of file addressee.cpp.
QString Addressee::prefix | ( | ) | const |
QString Addressee::prefixLabel | ( | ) | [static] |
QString Addressee::productId | ( | ) | const |
QString Addressee::productIdLabel | ( | ) | [static] |
QString KABC::Addressee::realName | ( | ) | const |
Return the name of the addressee.
This is calculated from all the name fields.
QString Addressee::realName | ( | ) | const |
Return the name of the addressee.
This is calculated from all the name fields.
Definition at line 1098 of file addressee.cpp.
void KABC::Addressee::removeAddress | ( | const Address & | address | ) |
Remove address.
If no address with the given id exists for this addresse nothing happens.
void Addressee::removeAddress | ( | const Address & | address | ) |
Remove address.
If no address with the given id exists for this addresse nothing happens.
Definition at line 1456 of file addressee.cpp.
void KABC::Addressee::removeCategory | ( | const QString & | ) |
Remove category.
void Addressee::removeCategory | ( | const QString & | c | ) |
Remove custom entry.
void KABC::Addressee::removeEmail | ( | const QString & | ) |
Remove email address.
If the email address doesn't exist, nothing happens.
void Addressee::removeEmail | ( | const QString & | ) |
Remove email address.
If the email address doesn't exist, nothing happens.
Definition at line 1172 of file addressee.cpp.
void KABC::Addressee::removeKey | ( | const Key & | key | ) |
Remove a key.
If no key with the given id exists for this addresse nothing happens.
void Addressee::removeKey | ( | const Key & | key | ) |
Remove a key.
If no key with the given id exists for this addresse nothing happens.
Definition at line 1286 of file addressee.cpp.
void KABC::Addressee::removePhoneNumber | ( | const PhoneNumber & | phoneNumber | ) |
Remove phone number.
If no phone number with the given id exists for this addresse nothing happens.
void Addressee::removePhoneNumber | ( | const PhoneNumber & | phoneNumber | ) |
Remove phone number.
If no phone number with the given id exists for this addresse nothing happens.
Definition at line 1213 of file addressee.cpp.
Resource* KABC::Addressee::resource | ( | ) | const |
Return pointer to resource.
Resource * Addressee::resource | ( | ) | const |
QDateTime Addressee::revision | ( | ) | const |
QString Addressee::revisionLabel | ( | ) | [static] |
QString Addressee::role | ( | ) | const |
QString Addressee::roleLabel | ( | ) | [static] |
Secrecy Addressee::secrecy | ( | ) | const |
QString Addressee::secrecyLabel | ( | ) | [static] |
void Addressee::setAdditionalName | ( | const QString & | additionalName | ) |
void Addressee::setAgent | ( | const Agent & | agent | ) |
void Addressee::setBirthday | ( | const QDateTime & | birthday | ) |
void KABC::Addressee::setCategories | ( | const QStringList & | ) |
Set categories to given value.
void Addressee::setCategories | ( | const QStringList & | c | ) |
void KABC::Addressee::setChanged | ( | bool | value | ) |
Mark addressee as changed.
void Addressee::setChanged | ( | bool | value | ) |
void KABC::Addressee::setCustoms | ( | const QStringList & | ) |
Set all custom entries.
void Addressee::setCustoms | ( | const QStringList & | l | ) |
void Addressee::setDepartment | ( | const QString & | department | ) |
void KABC::Addressee::setEmails | ( | const QStringList & | list | ) |
Set the emails to list
.
The first email address gets the preferred one!
- Parameters:
-
list The list of email addresses.
void Addressee::setEmails | ( | const QStringList & | list | ) |
Set the emails to list
.
The first email address gets the preferred one!
- Parameters:
-
list The list of email addresses.
Definition at line 1192 of file addressee.cpp.
void Addressee::setFamilyName | ( | const QString & | familyName | ) |
void Addressee::setFormattedName | ( | const QString & | formattedName | ) |
void Addressee::setGeo | ( | const Geo & | geo | ) |
void Addressee::setGivenName | ( | const QString & | givenName | ) |
void KABC::Addressee::setKeys | ( | const Key::List & | keys | ) |
Set the list of keys.
- Parameters:
-
keys The keys to be set.
void Addressee::setKeys | ( | const Key::List & | keys | ) |
Set the list of keys.
- Parameters:
-
keys The keys to be set.
Definition at line 1319 of file addressee.cpp.
void Addressee::setLogo | ( | const Picture & | logo | ) |
void Addressee::setMailer | ( | const QString & | mailer | ) |
void Addressee::setName | ( | const QString & | name | ) |
DECLARATIONS void KABC::Addressee::setNameFromString | ( | const QString & | ) |
Set name fields by parsing the given string and trying to associate the parts of the string with according fields.
This function should probably be a bit more clever.
DEFINITIONS void Addressee::setNameFromString | ( | const QString & | s | ) |
Set name fields by parsing the given string and trying to associate the parts of the string with according fields.
This function should probably be a bit more clever.
Definition at line 941 of file addressee.cpp.
void Addressee::setNickName | ( | const QString & | nickName | ) |
void Addressee::setNote | ( | const QString & | note | ) |
void Addressee::setOrganization | ( | const QString & | organization | ) |
void Addressee::setPhoto | ( | const Picture & | photo | ) |
void Addressee::setPrefix | ( | const QString & | prefix | ) |
void Addressee::setProductId | ( | const QString & | productId | ) |
void KABC::Addressee::setResource | ( | Resource * | resource | ) |
Set resource where the addressee is from.
void Addressee::setResource | ( | Resource * | resource | ) |
void Addressee::setRevision | ( | const QDateTime & | revision | ) |
void Addressee::setRole | ( | const QString & | role | ) |
void Addressee::setSecrecy | ( | const Secrecy & | secrecy | ) |
void Addressee::setSortString | ( | const QString & | sortString | ) |
void Addressee::setSound | ( | const Sound & | sound | ) |
void Addressee::setSuffix | ( | const QString & | suffix | ) |
void Addressee::setTimeZone | ( | const TimeZone & | timeZone | ) |
void Addressee::setTitle | ( | const QString & | title | ) |
void KABC::Addressee::setUid | ( | const QString & | uid | ) |
Set unique identifier.
void Addressee::setUid | ( | const QString & | uid | ) |
void Addressee::setUrl | ( | const KURL & | url | ) |
QString Addressee::sortString | ( | ) | const |
QString Addressee::sortStringLabel | ( | ) | [static] |
Sound Addressee::sound | ( | ) | const |
QString Addressee::soundLabel | ( | ) | [static] |
QString Addressee::suffix | ( | ) | const |
QString Addressee::suffixLabel | ( | ) | [static] |
TimeZone Addressee::timeZone | ( | ) | const |
QString Addressee::timeZoneLabel | ( | ) | [static] |
QString Addressee::title | ( | ) | const |
QString Addressee::titleLabel | ( | ) | [static] |
QString KABC::Addressee::uid | ( | ) | const |
Return unique identifier.
QString Addressee::uid | ( | ) | const |
static QString KABC::Addressee::uidLabel | ( | ) | [static] |
Return translated label for uid field.
QString Addressee::uidLabel | ( | ) | [static] |
KURL Addressee::url | ( | ) | const |
QString Addressee::urlLabel | ( | ) | [static] |
The documentation for this class was generated from the following files: