Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of code/howto/ConfigValue


Ignore:
Timestamp:
Oct 11, 2008, 2:37:17 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/howto/ConfigValue

    v1 v2  
    4949
    5050== Inheritance ==
    51 There are three possible ways to deal with inheritance and config-values:
     51There are three possible ways to deal with inheritance and config-values. This section explains how to use them.
     52
     53Note: 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
    5255=== Use a config-value in derived classes ===
    5356If a config-value is defined for a base-class, all derived classes will be configured by this value.