kaddressbook

ConfigureCardViewWidget Class Reference

Configure dialog for the card view. More...

#include <configurecardviewdialog.h>

Inheritance diagram for ConfigureCardViewWidget:
ViewConfigureWidget

List of all members.

Public Member Functions

 ConfigureCardViewWidget (TDEABC::AddressBook *ab, TQWidget *parent, const char *name)
virtual void restoreSettings (TDEConfig *)
virtual void saveSettings (TDEConfig *)

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 48 of file configurecardviewdialog.h.


Member Function Documentation

void ConfigureCardViewWidget::restoreSettings ( TDEConfig *  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 ViewConfigureWidget.

Definition at line 63 of file configurecardviewdialog.cpp.

void ConfigureCardViewWidget::saveSettings ( TDEConfig *  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 ViewConfigureWidget.

Definition at line 70 of file configurecardviewdialog.cpp.


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