KDE PIM / Developers / API Docs / kaddressbook

ViewConfigureWidget Class Reference

This widget is the base class for all view configuration widgets. More...

#include <viewconfigurewidget.h>

Inherits KAB::ConfigureWidget.

Inherited by ConfigureCardViewWidget, and ConfigureTableViewWidget.

List of all members.

Public Member Functions


Detailed Description

This widget is the base class for all view configuration widgets.

The author of a view may wish to inherit from this widget and add config pages that add custom config options. The default implementation of this widget is to show a page with the select fields widget. For simple views this may be sufficient.


Member Function Documentation

void ViewConfigureWidget::restoreSettings KConfig *  config  )  [virtual]
 

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 ConfigureCardViewWidget, and ConfigureTableViewWidget.

void ViewConfigureWidget::saveSettings KConfig *  config  )  [virtual]
 

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 ConfigureCardViewWidget, and ConfigureTableViewWidget.

QVBox * ViewConfigureWidget::addPage const QString &  item,
const QString &  header = QString::null,
const QPixmap &  pixmap = QPixmap()
 

Use this method to add new pages to the widget.


The documentation for this class was generated from the following files: