#include <Configuration.h>
Collaboration diagram for Configuration:
Public Member Functions | |
Configuration () | |
void | fromRegistry () |
void | fromDefaults () |
void | toRegistry () |
Public Attributes | |
EngineConf | engine |
DisplayConf | disp |
int | nOptionsSelTab |
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.
Configuration::Configuration | ( | ) | [inline] |
void Configuration::fromRegistry | ( | ) |
void Configuration::fromDefaults | ( | ) |
void Configuration::toRegistry | ( | ) |