KABC::DistributionListManager Class Reference
Manager of distribution lists. More...
#include <distributionlist.h>
Collaboration diagram for KABC::DistributionListManager:

Public Member Functions | |
| DistributionListManager (AddressBook *) | |
| ~DistributionListManager () | |
| DistributionList * | list (const QString &name) |
| void | insert (DistributionList *) |
| void | remove (DistributionList *) |
| QStringList | listNames () |
| bool | load () |
| bool | save () |
Detailed Description
Manager of distribution lists.This class represents a collection of distribution lists, which are associated with a given address book.
Definition at line 122 of file distributionlist.h.
Constructor & Destructor Documentation
|
|
Create manager for given address book.
|
|
|
Destructor.
|
Member Function Documentation
|
|
Return distribution list with given name.
|
|
|
Insert distribution list. If a list with this name already exists, nothing happens. The passed object is deleted by the manager. Referenced by KABC::DistributionList::DistributionList(). |
|
|
Remove distribution list. If a list with this name doesn't exist, nothing happens. Referenced by KABC::DistributionList::~DistributionList(). |
|
|
Return names of all distribution lists managed by this manager.
|
|
|
Load distribution lists form disk.
|
|
|
Save distribution lists to disk.
|
The documentation for this class was generated from the following file:
