kaddressbook
KAB::ConfigureWidget Class Reference
#include <configurewidget.h>

Detailed Description
Definition at line 37 of file configurewidget.h.
Public Member Functions | |
| KABC::AddressBook * | addressBook () const |
| ConfigureWidget (KABC::AddressBook *ab, QWidget *parent) | |
| virtual void | restoreSettings (const KConfigGroup &cfg) |
| virtual void | saveSettings (KConfigGroup &cfg) |
| ~ConfigureWidget () | |
Constructor & Destructor Documentation
| ConfigureWidget::ConfigureWidget | ( | KABC::AddressBook * | ab, | |
| QWidget * | parent | |||
| ) |
Definition at line 30 of file configurewidget.cpp.
| ConfigureWidget::~ConfigureWidget | ( | ) |
Definition at line 35 of file configurewidget.cpp.
Member Function Documentation
| KABC::AddressBook * ConfigureWidget::addressBook | ( | ) | const |
Returns a pointer to the address book of this widget.
Definition at line 49 of file configurewidget.cpp.
| void ConfigureWidget::restoreSettings | ( | const KConfigGroup & | cfg | ) | [virtual] |
This method is called before the configure dialog is shown.
The widget should reimplement it and fill the GUI with the values from the config file. Important: Don't change the group of cfg!
Reimplemented in ViewConfigureWidget, ConfigureCardViewWidget, and ConfigureTableViewWidget.
Definition at line 39 of file configurewidget.cpp.
| void ConfigureWidget::saveSettings | ( | KConfigGroup & | cfg | ) | [virtual] |
This method is called after the user clicked the 'Ok' button.
The widget should reimplement it and save all values from the GUI to the config file. Important: Don't change the group of cfg!
Reimplemented in ViewConfigureWidget, ConfigureCardViewWidget, and ConfigureTableViewWidget.
Definition at line 44 of file configurewidget.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference