kabc
KABC::DistributionListDialog Class Reference
#include <distributionlistdialog.h>
Inherits KDialog.
Public Member Functions | |
DistributionListDialog (AddressBook *ab, QWidget *parent=0) | |
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
dlg->exec();
Definition at line 51 of file distributionlistdialog.h.
Constructor & Destructor Documentation
|
explicit |
Constructor.
- Parameters
-
ab The addressbook, the addressees should be used from parent The parent widget
Definition at line 43 of file distributionlistdialog.cpp.
|
virtual |
Destructor.
Definition at line 58 of file distributionlistdialog.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.