class DistributionListManager
|
Manager of distribution lists. More... |
|
|
Public Methods
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.
~DistributionListManager ()
| ~DistributionListManager |
Destructor.
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.
Return names of all distribution lists managed by this manager.
Load distribution lists form disk.
Save distribution lists to disk.
Generated by: caleb on tcdevel on Tue Jan 28 12:54:33 2003, using kdoc $. |