Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KABC::DistributionListDialog Class Reference

Frontend to create distribution lists. More...

#include <distributionlistdialog.h>

Inheritance diagram for KABC::DistributionListDialog:

KDialogBase KDialog List of all members.

Public Methods

 DistributionListDialog (AddressBook *ab, QWidget *parent)
virtual ~DistributionListDialog ()

Detailed Description

Frontend to create distribution lists.

Creating a new DistributionListDialog does automatically load all addressees and distribution lists from the config files. The changes will be saved when clicking the 'OK' button.

Example:

  KABC::DistributionListDialog *dlg = new
          KABC::DistributionListDialog( KABC::StdAddressBook::self(), this );
 
  dlg->exec();
  

Definition at line 55 of file distributionlistdialog.h.


Constructor & Destructor Documentation

KABC::DistributionListDialog::DistributionListDialog AddressBook   ab,
QWidget *    parent
 

Constructor.

Parameters:
ab  The addressbook, the addressees should be used from
parent  The parent widget

virtual KABC::DistributionListDialog::~DistributionListDialog   [virtual]
 

Destructor.


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:31 2003 for kdelibs by doxygen1.2.18