libkdepim
KPIM::DistributionList::Entry Struct Reference
#include <distributionlist.h>
Detailed Description
Distribution List Entry.This class represents an entry of a distribution list. It consists of an addressee and an email address. If the email address is null, the preferred email address of the addressee is used.
Definition at line 55 of file distributionlist.h.
Public Types | |
| typedef QList< Entry > | List |
Public Member Functions | |
| Entry (const Addressee &_addressee, const QString &_email) | |
| Entry () | |
Public Attributes | |
| Addressee | addressee |
| QString | |
Member Typedef Documentation
Definition at line 57 of file distributionlist.h.
Constructor & Destructor Documentation
| KPIM::DistributionList::Entry::Entry | ( | ) | [inline] |
Definition at line 59 of file distributionlist.h.
| KPIM::DistributionList::Entry::Entry | ( | const Addressee & | _addressee, | |
| const QString & | _email | |||
| ) | [inline] |
Definition at line 60 of file distributionlist.h.
Member Data Documentation
| Addressee KPIM::DistributionList::Entry::addressee |
Definition at line 63 of file distributionlist.h.
Definition at line 64 of file distributionlist.h.
The documentation for this struct was generated from the following file:
KDE 4.1 API Reference