kaddressbook Library API Documentation

ConfigureTableViewWidget Class Reference

Configure dialog for the table view. More...

#include <configuretableviewdialog.h>

Inheritance diagram for ConfigureTableViewWidget:

Inheritance graph
[legend]
Collaboration diagram for ConfigureTableViewWidget:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ConfigureTableViewWidget (KABC::AddressBook *ab, QWidget *parent, const char *name)
virtual void restoreSettings (KConfig *)
virtual void saveSettings (KConfig *)

Detailed Description

Configure dialog for the table view.

This dialog inherits from the standard view dialog in order to add a custom page for the table view.

Definition at line 45 of file configuretableviewdialog.h.


Member Function Documentation

void ConfigureTableViewWidget::restoreSettings KConfig *   )  [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 from ViewConfigureWidget.

Definition at line 59 of file configuretableviewdialog.cpp.

References LookAndFeelPage::restoreSettings(), and ViewConfigureWidget::restoreSettings().

void ConfigureTableViewWidget::saveSettings KConfig *   )  [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 from ViewConfigureWidget.

Definition at line 66 of file configuretableviewdialog.cpp.

References LookAndFeelPage::saveSettings(), and ViewConfigureWidget::saveSettings().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kaddressbook Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu May 3 20:22:04 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003