distributionlist.h
Entry::List entries(TDEABC::AddressBook *book) const
Return list of entries belonging to this distribution list.
Definition: distributionlist.cpp:164
void removeEntry(const Addressee &, const TQString &email=TQString())
Remove an entry from this distribution list.
Definition: distributionlist.cpp:69
void setName(const TQString &name)
HACK: reimplemented from Addressee, but it's NOT virtual there.
Definition: distributionlist.cpp:17
void insertEntry(const Addressee &, const TQString &email=TQString())
Insert an entry into this distribution list.
Definition: distributionlist.cpp:52
TQString name() const
HACK: reimplemented from Addressee, but it's NOT virtual there.
Definition: distributionlist.h:86
TQStringList emails(TDEABC::AddressBook *book) const
Return list of email addresses, which belong to this distributon list.
Definition: distributionlist.cpp:184