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();
Frontend to create distribution lists.
Definition distributionlistdialog.h:52
static StdAddressBook * self()
Returns the standard addressbook object.
Definition stdaddressbook.cpp:74
Definition at line 51 of file distributionlistdialog.h.
Constructor & Destructor Documentation
◆ DistributionListDialog()
|
explicit |
Constructor.
- Parameters
-
ab The addressbook, the addressees should be used from parent The parent widget
Definition at line 43 of file distributionlistdialog.cpp.
◆ ~DistributionListDialog()
|
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-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.