KABC::DistributionListManager Class Reference
#include <distributionlist.h>
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.
Public Member Functions | |
| DistributionListManager (AddressBook *) | |
| ~DistributionListManager () | |
| DistributionList * | list (const QString &name) |
| void | insert (DistributionList *) |
| void | remove (DistributionList *) |
| QStringList | listNames () |
| bool | load () |
| bool | save () |
Constructor & Destructor Documentation
| DistributionListManager::DistributionListManager | ( | AddressBook * | ) |
| DistributionListManager::~DistributionListManager | ( | ) |
Member Function Documentation
| DistributionList * DistributionListManager::list | ( | const QString & | name | ) |
| void DistributionListManager::insert | ( | DistributionList * | ) |
Insert distribution list.
If a list with this name already exists, nothing happens. The passed object is deleted by the manager.
Definition at line 145 of file distributionlist.cpp.
| void DistributionListManager::remove | ( | DistributionList * | ) |
Remove distribution list.
If a list with this name doesn't exist, nothing happens.
Definition at line 160 of file distributionlist.cpp.
| QStringList DistributionListManager::listNames | ( | ) |
Return names of all distribution lists managed by this manager.
Definition at line 174 of file distributionlist.cpp.
| bool DistributionListManager::load | ( | ) |
| bool DistributionListManager::save | ( | ) |
The documentation for this class was generated from the following files:

