kaddressbook Library API Documentation

ConfigureCardViewDialog Class Reference

Configure dialog for the card view. More...

#include <configurecardviewdialog.h>

Inheritance diagram for ConfigureCardViewDialog:

ConfigureViewDialog List of all members.

Public Member Functions

 ConfigureCardViewDialog (const QString &viewName, KABC::AddressBook *doc, 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

Configure dialog for the card view.

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

Definition at line 42 of file configurecardviewdialog.h.


Member Function Documentation

void ConfigureCardViewDialog::readConfig 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 from ConfigureViewDialog.

Definition at line 102 of file configurecardviewdialog.cpp.

References CardViewLookAndFeelPage::readConfig(), and ConfigureViewDialog::readConfig().

void ConfigureCardViewDialog::writeConfig 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 from ConfigureViewDialog.

Definition at line 109 of file configurecardviewdialog.cpp.

References CardViewLookAndFeelPage::writeConfig(), and ConfigureViewDialog::writeConfig().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 15 11:40:38 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001