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