TDEABC::DistributionListDialog Class Reference
#include <distributionlistdialog.h>
Inheritance diagram for TDEABC::DistributionListDialog:
Public Member Functions | |
| DistributionListDialog (AddressBook *ab, TQWidget *parent) | |
| virtual | ~DistributionListDialog () |
Additional Inherited Members | |
Protected Member Functions inherited from KDialog | |
| virtual void | keyPressEvent (TQKeyEvent *) |
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:
TDEABC::DistributionListDialog *dlg = new
dlg->exec();
Definition at line 55 of file distributionlistdialog.h.
Constructor & Destructor Documentation
| DistributionListDialog::DistributionListDialog | ( | AddressBook * | ab, |
| TQWidget * | parent | ||
| ) |
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 52 of file distributionlistdialog.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference
Protected Member Functions inherited from