Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of code/howto/ClassHierarchy


Ignore:
Timestamp:
Oct 10, 2008, 1:23:20 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/howto/ClassHierarchy

    v2 v3  
    44
    55The class hierarchy in Orxonox is controlled by [wiki:Identifier Identifiers]. Every class has it's identifier. This page explains how a new class is added correctly to the class hierarchy.
     6
     7Features available to classes in the hierarchy:
     8 * [wiki:howto/Identifier Identifier]
     9 * [wiki:Factory Factory]
     10 * [wiki:howto/Iterator ObjectLists]
     11 * [wiki:howto/ConfigValue Config-Values]
     12 * [wiki:howto/XMLPort XML-Loadable]
     13 * more...
    614
    715== Objects ==