addressee.src.h
void removeCustom(const TQString &app, const TQString &name)
Remove custom entry.
Definition addressee.src.cpp:812
void setCategories(const TQStringList &)
Set categories to given value.
Definition addressee.src.cpp:778
void removePhoneNumber(const PhoneNumber &phoneNumber)
Remove phone number.
Definition addressee.src.cpp:476
void insertPhoneNumber(const PhoneNumber &phoneNumber)
Insert a phone number.
Definition addressee.src.cpp:460
void insertCustom(const TQString &app, const TQString &name, const TQString &value)
Insert custom entry.
Definition addressee.src.cpp:791
Address findAddress(const TQString &id) const
Return address with the given id.
Definition addressee.src.cpp:742
TQString fullEmail(const TQString &email=TQString::null) const
Return email address including real name.
Definition addressee.src.cpp:386
TQString assembledName() const
Return the name that consists of all name parts.
Definition addressee.src.cpp:378
bool hasCategory(const TQString &) const
Return, if addressee has the given category.
Definition addressee.src.cpp:773
Address address(int type) const
Return address, which matches the given type.
Definition addressee.src.cpp:707
void insertEmail(const TQString &email, bool preferred=false)
Insert an email address.
Definition addressee.src.cpp:412
DECLARATIONS void setNameFromString(const TQString &)
Set name fields by parsing the given string and trying to associate the parts of the string with acco...
Definition addressee.src.cpp:204
static void parseEmailAddress(const TQString &rawEmail, TQString &fullName, TQString &email)
Parse full email address.
Definition addressee.src.cpp:856
PhoneNumber phoneNumber(int type) const
Return phone number, which matches the given type.
Definition addressee.src.cpp:489
TQString asString() const
Returns string representation of the addressee.
Definition addressee.src.cpp:626
void setResource(Resource *resource)
Set resource where the addressee is from.
Definition addressee.src.cpp:1013
TQString custom(const TQString &app, const TQString &name) const
Return value of custom entry, identified by app and entry name.
Definition addressee.src.cpp:827
PhoneNumber::List phoneNumbers() const
Return list of all phone numbers.
Definition addressee.src.cpp:505
Key key(int type, TQString customTypeString=TQString::null) const
Return key, which matches the given type.
Definition addressee.src.cpp:562
PhoneNumber findPhoneNumber(const TQString &id) const
Return phone number with the given id.
Definition addressee.src.cpp:523
kdbgstream & operator<<(const TQValueList< T > &list)
Trinity API Reference