Configuration Class Reference

Configuration holds the configuration of the application. More...

#include <Configuration.h>

Collaboration diagram for Configuration:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Configuration ()
void fromRegistry ()
void fromDefaults ()
void toRegistry ()

Public Attributes

EngineConf engine
DisplayConf disp
int nOptionsSelTab

Detailed Description

Configuration holds the configuration of the application.

The application configuration divides to two sections: solution engine configuration and 3D solution display configuration. additionally nOptionsSelTab is the currently selected tab in the options dialog box. When there will be more GUI related parameters the'll be refactored to a third section. Further GUI parameters are saved by MainWindow An instance of this class is contained in CubeDoc and represents the current configuration.

See also:
OptionsDlg


Constructor & Destructor Documentation

Configuration::Configuration (  )  [inline]


Member Function Documentation

void Configuration::fromRegistry (  ) 

void Configuration::fromDefaults (  ) 

void Configuration::toRegistry (  ) 


Member Data Documentation


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