![]() |
anatomist
5.1.2
3D neuroimaging data viewer
|
Local configurator: used by program parts (modules, ...) to setup their part of the global config. More...
#include <anatomist/application/localConfig.h>
Public Member Functions | |
LocalConfiguration () | |
virtual | ~LocalConfiguration () |
virtual void | apply (const GlobalConfiguration *cfg)=0 |
applies configuration to the program part. More... | |
virtual void | update (GlobalConfiguration *) |
Updates the global config with the specific local options. More... | |
Local configurator: used by program parts (modules, ...) to setup their part of the global config.
Definition at line 48 of file localConfig.h.
|
inline |
Definition at line 51 of file localConfig.h.
|
virtual |
|
pure virtual |
applies configuration to the program part.
This function must be derived by inherited classes, and is aimed to pick the specific attributes in the global config and apply these settings to the program part (module...)
Implemented in anatomist::ControlConfiguration.
|
inlinevirtual |
Updates the global config with the specific local options.
This function is not absolutely needed if the global config is maintained up to date by program parts each time a setting changes
Reimplemented in anatomist::ControlConfiguration.
Definition at line 62 of file localConfig.h.