kabc
field.cpp
539 for ( it = Private::mDefaultFields.constBegin(); it != Private::mDefaultFields.constEnd(); ++it ) {
544 for ( it = Private::mCustomFields.constBegin(); it != Private::mCustomFields.constEnd(); ++it ) {
static QString homePhoneLabel()
Return translated label for homePhone field.
Definition: addressee.cpp:814
QString custom(const QString &app, const QString &name) const
Return value of custom entry, identified by app and entry name.
Definition: addressee.cpp:1949
QString toString(Qt::DateFormat format) const
static Field::List restoreFields(const KConfigGroup &cfg, const QString &identifier)
Load the field settings from a config file.
Definition: field.cpp:587
static QString homeAddressCountryLabel()
Return translated label for homeAddressCountry field.
Definition: addressee.cpp:760
static QString homeAddressLocalityLabel()
Return translated label for homeAddressLocality field.
Definition: addressee.cpp:742
void setFormattedName(const QString &formattedName)
Set formatted name.
Definition: addressee.cpp:570
QString sortKey(const KABC::Addressee &)
Returns a string, that can be used for sorting.
Definition: field.cpp:417
static QString organizationLabel()
Return translated label for organization field.
Definition: addressee.cpp:982
static QString nickNameLabel()
Return translated label for nickName field.
Definition: addressee.cpp:704
static QString homeFaxLabel()
Return translated label for homeFax field.
Definition: addressee.cpp:832
virtual bool equals(Field *field)
Returns, if the field is equal with field.
Definition: field.cpp:612
void setAdditionalName(const QString &additionalName)
Set additional names.
Definition: addressee.cpp:630
static QString homeAddressStreetLabel()
Return translated label for homeAddressStreet field.
Definition: addressee.cpp:730
int month() const
static QString formattedNameLabel()
Return translated label for formattedName field.
Definition: addressee.cpp:584
static QString homeAddressPostalCodeLabel()
Return translated label for homeAddressPostalCode field.
Definition: addressee.cpp:754
QString number(int n, int base)
void append(const T &value)
PhoneNumber phoneNumber(PhoneNumber::Type type) const
Return phone number, which matches the given type.
Definition: addressee.cpp:1551
static QString businessAddressLabelLabel()
Return translated label for businessAddressLabel field.
Definition: addressee.cpp:808
static QString businessAddressPostOfficeBoxLabel()
Return translated label for businessAddressPostOfficeBox field.
Definition: addressee.cpp:778
virtual bool setValue(KABC::Addressee &, const QString &)
Sets the value of the field in the given Addressee.
Definition: field.cpp:364
int day() const
static QString homeAddressRegionLabel()
Return translated label for homeAddressRegion field.
Definition: addressee.cpp:748
static QString businessAddressRegionLabel()
Return translated label for businessAddressRegion field.
Definition: addressee.cpp:790
PhoneNumber::List phoneNumbers() const
Return list of all phone numbers.
Definition: addressee.cpp:1568
static QString businessFaxLabel()
Return translated label for businessFax field.
Definition: addressee.cpp:838
Definition: contactgrouptool.h:30
static QString businessAddressLocalityLabel()
Return translated label for businessAddressLocality field.
Definition: addressee.cpp:784
static QString homeAddressLabelLabel()
Return translated label for homeAddressLabel field.
Definition: addressee.cpp:766
Fields which store information about the e-mail contact, such as e-mail address or mail client...
Definition: field.h:74
static void createDefaultField(int id, int category=0)
Definition: field.cpp:525
static QString carPhoneLabel()
Return translated label for carPhone field.
Definition: addressee.cpp:844
iterator end()
QString toLower() const
static QString birthdayLabel()
Return translated label for birthday field.
Definition: addressee.cpp:724
QDateTime fromString(const QString &string, Qt::DateFormat format)
static QString businessAddressCountryLabel()
Return translated label for businessAddressCountry field.
Definition: addressee.cpp:802
Fields about the organization, such as Business Address fields, Department, Profession, etc.
Definition: field.h:83
bool isValid() const
static void saveFields(KConfigGroup &cfg, const QString &identifier, const Field::List &fields)
Save the field settings to a config file.
Definition: field.cpp:558
static QString departmentLabel()
Return translated label for department field.
Definition: addressee.cpp:1002
void insertCustom(const QString &app, const QString &name, const QString &value)
Insert custom entry.
Definition: addressee.cpp:1928
static QString additionalNameLabel()
Return translated label for additionalName field.
Definition: addressee.cpp:644
QDate date() const
static QString businessPhoneLabel()
Return translated label for businessPhone field.
Definition: addressee.cpp:820
QString & sprintf(const char *cformat,...)
typedef ConstIterator
static Field * createCustomField(const QString &label, int category, const QString &key, const QString &app)
Creates a custom field.
Definition: field.cpp:623
virtual QString value(const KABC::Addressee &)
Returns a string representation of the value the field has in the given Addressee.
Definition: field.cpp:231
Personal fields, such as Birthday, Home Address fields, IM Address, etc.
Definition: field.h:78
static QString familyNameLabel()
Return translated label for familyName field.
Definition: addressee.cpp:604
static QString categoryLabel(int category)
Returns the translated label for category.
Definition: field.cpp:209
static QString givenNameLabel()
Return translated label for givenName field.
Definition: addressee.cpp:624
static QString homeAddressPostOfficeBoxLabel()
Return translated label for homeAddressPostOfficeBox field.
Definition: addressee.cpp:736
iterator begin()
static QString mobilePhoneLabel()
Return translated label for mobilePhone field.
Definition: addressee.cpp:826
Address address(Address::Type type) const
Return address, which matches the given type.
Definition: addressee.cpp:1802
static QString businessAddressStreetLabel()
Return translated label for businessAddressStreet field.
Definition: addressee.cpp:772
static QString businessAddressPostalCodeLabel()
Return translated label for businessAddressPostalCode field.
Definition: addressee.cpp:796
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.