kaddressbook

ConfigureTableViewWidget Class Reference

#include <configuretableviewdialog.h>

Inheritance diagram for ConfigureTableViewWidget:
ViewConfigureWidget

Public Member Functions

 ConfigureTableViewWidget (TDEABC::AddressBook *ab, TQWidget *parent, const char *name)
 
virtual void restoreSettings (TDEConfig *)
 
virtual void saveSettings (TDEConfig *)
 
- Public Member Functions inherited from ViewConfigureWidget
 ViewConfigureWidget (TDEABC::AddressBook *ab, TQWidget *parent, const char *name=0)
 
TQVBox * addPage (const TQString &item, const TQString &header=TQString(), const TQPixmap &pixmap=TQPixmap())
 

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

◆ restoreSettings()

void ConfigureTableViewWidget::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 59 of file configuretableviewdialog.cpp.

◆ saveSettings()

void ConfigureTableViewWidget::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 66 of file configuretableviewdialog.cpp.


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