ConfigPage Class Reference

#include <configpage.h>

Inheritance diagram for ConfigPage:

AdvancedPage AppearancePage GeneralPage ServerPage

List of all members.

Public Member Functions

 ConfigPage (QWidget *parent=0)
virtual void load ()=0
virtual bool save (QString &errmsg)=0


Detailed Description

Definition at line 34 of file configpage.h.


Constructor & Destructor Documentation

ConfigPage::ConfigPage ( QWidget *  parent = 0  )  [inline]

Default Constructor

Definition at line 38 of file configpage.h.


Member Function Documentation

virtual void ConfigPage::load (  )  [pure virtual]

Pure virtual method. Subclassed pages load their config settings here.

Implemented in AdvancedPage, AppearancePage, GeneralPage, and ServerPage.

Referenced by ConfigDialog::loadSettings().

virtual bool ConfigPage::save ( QString &  errmsg  )  [pure virtual]

Pure virtual method. Subclassed pages save their config settings here and return true if everything was saved successfully.

Implemented in AdvancedPage, AppearancePage, GeneralPage, and ServerPage.

Referenced by ConfigDialog::saveChanges().


The documentation for this class was generated from the following file:
Generated on Wed Sep 5 15:49:29 2007 for Vidalia by  doxygen 1.5.3