kaddressbook
KAB::ConfigureWidget Class Reference
Inheritance diagram for KAB::ConfigureWidget:

Detailed Description
Definition at line 38 of file configurewidget.h.
Public Member Functions | |
ConfigureWidget (KABC::AddressBook *ab, QWidget *parent, const char *name=0) | |
~ConfigureWidget () | |
virtual void | restoreSettings (KConfig *cfg) |
virtual void | saveSettings (KConfig *cfg) |
KABC::AddressBook * | addressBook () const |
Member Function Documentation
void ConfigureWidget::restoreSettings | ( | KConfig * | 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 40 of file configurewidget.cpp.
void ConfigureWidget::saveSettings | ( | KConfig * | 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 45 of file configurewidget.cpp.
KABC::AddressBook * ConfigureWidget::addressBook | ( | ) | const |
Returns a pointer to the address book of this widget.
Definition at line 50 of file configurewidget.cpp.
The documentation for this class was generated from the following files: