KABC::DistributionList Class Reference
Distribution list of email addresses. More...
#include <distributionlist.h>
Public Member Functions | |
DistributionList (DistributionListManager *manager, const QString &name) | |
Create distribution list object. | |
~DistributionList () | |
Destructor. | |
void | setName (const QString &) |
Set name of this list. | |
QString | name () const |
Get name of this list. | |
void | insertEntry (const Addressee &, const QString &email=QString::null) |
Insert an entry into this distribution list. | |
void | removeEntry (const Addressee &, const QString &email=QString::null) |
Remove an entry from this distribution list. | |
QStringList | emails () const |
Return list of email addresses, which belong to this distributon list. | |
Entry::List | entries () const |
Return list of entries belonging to this distribution list. |
Detailed Description
Distribution list of email addresses.This class represents a list of email addresses. Each email address is associated with an address book entry. If the address book entry changes, the entry in the distribution list is automatically updated.
Definition at line 39 of file distributionlist.h.
Constructor & Destructor Documentation
|
Create distribution list object.
Definition at line 29 of file distributionlist.cpp. References KABC::DistributionListManager::insert(), and KStdAccel::name(). |
|
Destructor.
Definition at line 36 of file distributionlist.cpp. References KABC::DistributionListManager::remove(). |
Member Function Documentation
|
Set name of this list. The name is used as key by the DistributinListManager. Definition at line 41 of file distributionlist.cpp. References KStdAccel::name(). |
|
Get name of this list.
Definition at line 46 of file distributionlist.cpp. Referenced by KABC::DistributionListManager::insert(), KABC::DistributionListManager::list(), KABC::DistributionListManager::listNames(), KABC::DistributionListManager::remove(), and KABC::DistributionListManager::save(). |
|
Insert an entry into this distribution list. If the entry already exists nothing happens. Definition at line 51 of file distributionlist.cpp. References QValueList::append(), QValueList::begin(), QValueList::end(), QString::isEmpty(), QString::isNull(), and KABC::Addressee::uid(). Referenced by KABC::DistributionListManager::load(). |
|
Remove an entry from this distribution list. If the entry doesn't exist nothing happens. Definition at line 73 of file distributionlist.cpp. References QValueList::begin(), QValueList::end(), QValueList::remove(), and KABC::Addressee::uid(). |
|
Return list of email addresses, which belong to this distributon list. These addresses can be directly used by e.g. a mail client. Definition at line 84 of file distributionlist.cpp. References QValueList::begin(), emails(), QValueList::end(), KABC::Addressee::fullEmail(), and QString::isEmpty(). Referenced by emails(). |
|
Return list of entries belonging to this distribution list. This function is mainly useful for a distribution list editor. Definition at line 102 of file distributionlist.cpp. Referenced by KABC::DistributionListManager::save(). |
The documentation for this class was generated from the following files: