CFGWadseekerGeneral Class Reference
+ Inheritance diagram for CFGWadseekerGeneral:

Public Member Functions

 CFGWadseekerGeneral (QWidget *parent=NULL)
 
QIcon icon () const
 Reimplement this to return a displayable icon for the ConfigurationBaseBox. More...
 
QString name () const
 Reimplement this to return a list-displayable name for this ConfigurationBaseBox. More...
 
void readSettings ()
 Reimplement this to read settings from config into widgets. More...
 
QString title () const
 Page title, by default returns the same string as name(). More...
 
- Public Member Functions inherited from ConfigurationBaseBox
 ConfigurationBaseBox (QWidget *parent=NULL)
 
bool allowSave ()
 Does this page allow to save the new settings? More...
 
bool areSettingsAlreadyRead ()
 true if settings for this page have already been loaded at least once. More...
 
void read ()
 Read configuration from persistence to page contents. More...
 
bool save ()
 Save configuration from page contents to persistence. More...
 
void setAllowSave (bool b)
 Change whether settings on this page can be stored in persisting configuration. More...
 

Protected Member Functions

void fillTargetDirectoryComboBox ()
 
void saveSettings ()
 Reimplement this to write settings to config from widgets. More...
 

Additional Inherited Members

- Signals inherited from ConfigurationBaseBox
void appearanceChanged ()
 Emit to tell Doomseeker to redraw certain widgets. More...
 

Detailed Description

Definition at line 30 of file cfgwadseekergeneral.h.

Member Function Documentation

QIcon CFGWadseekerGeneral::icon ( ) const
inlinevirtual

Reimplement this to return a displayable icon for the ConfigurationBaseBox.

If there is no QIcon associated with this box just return a QIcon object with argument-less constructor.

Implements ConfigurationBaseBox.

Definition at line 38 of file cfgwadseekergeneral.h.

QString CFGWadseekerGeneral::name ( ) const
inlinevirtual

Reimplement this to return a list-displayable name for this ConfigurationBaseBox.

Implements ConfigurationBaseBox.

Definition at line 39 of file cfgwadseekergeneral.h.

void CFGWadseekerGeneral::readSettings ( )
virtual

Reimplement this to read settings from config into widgets.

Implements ConfigurationBaseBox.

Definition at line 60 of file cfgwadseekergeneral.cpp.

void CFGWadseekerGeneral::saveSettings ( )
protectedvirtual

Reimplement this to write settings to config from widgets.

Implements ConfigurationBaseBox.

Definition at line 71 of file cfgwadseekergeneral.cpp.

QString CFGWadseekerGeneral::title ( ) const
inlinevirtual

Page title, by default returns the same string as name().

Reimplemented from ConfigurationBaseBox.

Definition at line 41 of file cfgwadseekergeneral.h.


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