|
ADTF Display Toolbox
|
Interface for loading and storing runtime configuration properties to and from passed adtf::base::IConfiguration. More...
Public Member Functions | |
| virtual tResult | SaveConfiguration (adtf::base::IConfiguration *pRuntimeConfig)=0 |
Implementation has to add all properties to be written to runtime configuration file to pRuntimeConfig. More... | |
| virtual tResult | LoadConfiguration (adtf::base::IConfiguration *pRuntimeConfig)=0 |
Implementation has to get all properties from pRuntimeConfig (contains all loaded properties from runtime configuration file) More... | |
Interface for loading and storing runtime configuration properties to and from passed adtf::base::IConfiguration.
Definition at line 88 of file runtimeconfig.h.
|
pure virtual |
Implementation has to get all properties from pRuntimeConfig (contains all loaded properties from runtime configuration file)
| [in] | pRuntimeConfig | IConfiguration to read properties from |
Implemented in cRuntimeConfiguration< T >.
|
pure virtual |
Implementation has to add all properties to be written to runtime configuration file to pRuntimeConfig.
| [out] | pRuntimeConfig | IConfiguration to store properties to |
Implemented in cRuntimeConfiguration< T >.