kabc Library API Documentation

KABC::DistributionListDialog Class Reference

Frontend to create distribution lists. More...

#include <distributionlistdialog.h>

Inheritance diagram for KABC::DistributionListDialog:

Inheritance graph
[legend]
Collaboration diagram for KABC::DistributionListDialog:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DistributionListDialog (AddressBook *ab, QWidget *parent)
 Constructor.

virtual ~DistributionListDialog ()
 Destructor.


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

DistributionListDialog::DistributionListDialog AddressBook ab,
QWidget parent
 

Constructor.

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

Definition at line 43 of file distributionlistdialog.cpp.

References KDialogBase::okClicked(), KStdAccel::save(), and KDialogBase::setMainWidget().

DistributionListDialog::~DistributionListDialog  )  [virtual]
 

Destructor.

Definition at line 52 of file distributionlistdialog.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Jan 28 13:29:41 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001