kaddressbook

ViewConfigureWidget Class Reference

#include <viewconfigurewidget.h>

Inheritance diagram for ViewConfigureWidget:
ConfigureCardViewWidget ConfigureTableViewWidget

Public Member Functions

 ViewConfigureWidget (TDEABC::AddressBook *ab, TQWidget *parent, const char *name=0)
 
virtual void restoreSettings (TDEConfig *config)
 
virtual void saveSettings (TDEConfig *config)
 
TQVBox * addPage (const TQString &item, const TQString &header=TQString(), const TQPixmap &pixmap=TQPixmap())
 

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.

Definition at line 48 of file viewconfigurewidget.h.

Member Function Documentation

◆ addPage()

TQVBox * ViewConfigureWidget::addPage ( const TQString &  item,
const TQString &  header = TQString(),
const TQPixmap &  pixmap = TQPixmap() 
)

Use this method to add new pages to the widget.

Definition at line 81 of file viewconfigurewidget.cpp.

◆ restoreSettings()

void ViewConfigureWidget::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 in ConfigureTableViewWidget, and ConfigureCardViewWidget.

Definition at line 69 of file viewconfigurewidget.cpp.

◆ saveSettings()

void ViewConfigureWidget::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 in ConfigureTableViewWidget, and ConfigureCardViewWidget.

Definition at line 75 of file viewconfigurewidget.cpp.


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