35 #ifndef ANATOMIST_APPLICATION_LOCALCONFIG_H
36 #define ANATOMIST_APPLICATION_LOCALCONFIG_H
42 class GlobalConfiguration;
This class stores global configuration settings, read by default from $HOME/.anatomist/config/setting...
Local configurator: used by program parts (modules, ...) to setup their part of the global config.
virtual void update(GlobalConfiguration *)
Updates the global config with the specific local options.
virtual void apply(const GlobalConfiguration *cfg)=0
applies configuration to the program part.
virtual ~LocalConfiguration()