|
|
This class represents a collection of distribution lists, which are associated with a given address book.
| DistributionListManager ( AddressBook * )
| DistributionListManager |
Create manager for given address book.
| DistributionList * list ( const QString &name )
| list |
Return distribution list with given name.
| void insert ( DistributionList * )
| insert |
Insert distribution list. If a list with this name already exists, nothing happens.
| void remove ( DistributionList * )
| remove |
Remove distribution list. If a list with this name doesn't exist, nothing happens.
| QStringList listNames ()
| listNames |
Return names of all distribution lists managed by this manager.
| bool load ()
| load |
Load distribution lists form disk.
| bool save ()
| save |
Save distribution lists to disk.
| Generated by: root on kremilek.doma on Sat Feb 8 11:40:58 2003, using kdoc 2.0a54. |