ConfigureViewDialog Class Reference
This dialog is the base class for all view configuration dialogs. More...
#include <configureviewdialog.h>
Inheritance diagram for ConfigureViewDialog:

Public Member Functions | |
ConfigureViewDialog (const QString &viewName, KABC::AddressBook *document, QWidget *parent, const char *name) | |
virtual void | readConfig (KConfig *config) |
Reads the configuration from the config object and sets the values in the GUI. | |
virtual void | writeConfig (KConfig *config) |
Writes the configuration from the GUI to the config object. |
Detailed Description
This dialog is the base class for all view configuration dialogs.The author of a view may wish to inherit from this dialog and add config pages that add custom config options. The default implementation of this dialog is to show a page with the select fields widget. For simple views this may be sufficient.
This dialog is based on an IconList version of KDialogBase. See the KDialogBase documentation for more information on adding pages.
Definition at line 43 of file configureviewdialog.h.
Member Function Documentation
|
Reads the configuration from the config object and sets the values in the GUI. If this method is overloaded, be sure to call the base class's method. Do not change the group of the config object in this method. Reimplemented in ConfigureCardViewDialog, and ConfigureTableViewDialog. Definition at line 52 of file configureviewdialog.cpp. Referenced by ViewManager::modifyView(), ConfigureTableViewDialog::readConfig(), and ConfigureCardViewDialog::readConfig(). |
|
Writes the configuration from the GUI to the config object. If this method is overloaded, be sure to call the base class's method. Do not change the group of the config object in this method. Reimplemented in ConfigureCardViewDialog, and ConfigureTableViewDialog. Definition at line 64 of file configureviewdialog.cpp. Referenced by ViewManager::modifyView(), ConfigureTableViewDialog::writeConfig(), and ConfigureCardViewDialog::writeConfig(). |
The documentation for this class was generated from the following files: