Changes between Version 1 and Version 2 of code/howto/ConfigValue
- Timestamp:
- Oct 11, 2008, 2:37:17 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/howto/ConfigValue
v1 v2 49 49 50 50 == Inheritance == 51 There are three possible ways to deal with inheritance and config-values: 51 There are three possible ways to deal with inheritance and config-values. This section explains how to use them. 52 53 Note: Examples in this section aren't complete. Read the section above for a complete example (with the constructor, the call of setConfigValues() in the constructor, including header files, calling RegisterObject). 54 52 55 === Use a config-value in derived classes === 53 56 If a config-value is defined for a base-class, all derived classes will be configured by this value.