Changeset 2114 for code/branches/objecthierarchy/src
- Timestamp:
- Nov 2, 2008, 12:59:58 PM (16 years ago)
- Location:
- code/branches/objecthierarchy/src
- Files:
-
- 48 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/core/BaseObject.h
r2079 r2114 28 28 29 29 /** 30 @file BaseObject.h30 @file 31 31 @brief Definition of the BaseObject class. 32 32 -
code/branches/objecthierarchy/src/core/ClassFactory.h
r2019 r2114 28 28 29 29 /** 30 @file ClassFactory.h30 @file 31 31 @brief Definition and implementation of the ClassFactory class 32 32 -
code/branches/objecthierarchy/src/core/ClassTreeMask.cc
r1757 r2114 28 28 29 29 /** 30 @file ClassTreeMask.cc30 @file 31 31 @brief Implementation of the ClassTreeMask, ClassTreeMaskNode and ClassTreeMaskIterator classes. 32 32 */ -
code/branches/objecthierarchy/src/core/ClassTreeMask.h
r1759 r2114 28 28 29 29 /** 30 @file ClassTreeMask.h30 @file 31 31 @brief Definition of the ClassTreeMask, ClassTreeMaskNode and ClassTreeMaskIterator classes. 32 32 -
code/branches/objecthierarchy/src/core/Clock.h
r1755 r2114 28 28 29 29 /** 30 @file Core.h30 @file 31 31 @brief Declaration of the Core class. 32 32 -
code/branches/objecthierarchy/src/core/ConfigValueContainer.cc
r1887 r2114 28 28 29 29 /** 30 @file ConfigValueContainer.cc30 @file 31 31 @brief Implementation of the ConfigValueContainer class. 32 32 */ -
code/branches/objecthierarchy/src/core/ConfigValueContainer.h
r1946 r2114 28 28 29 29 /** 30 @file ConfigValueContainer.h30 @file 31 31 @brief Definition of the ConfigValueContainer class. 32 32 -
code/branches/objecthierarchy/src/core/ConfigValueIncludes.h
r2101 r2114 28 28 29 29 /** 30 @file ConfigValueIncludes.h30 @file 31 31 @brief Definition of macros for config-values. 32 32 */ -
code/branches/objecthierarchy/src/core/Core.cc
r1949 r2114 28 28 29 29 /** 30 @file Core.cc30 @file 31 31 @brief Implementation of the Core class. 32 32 */ -
code/branches/objecthierarchy/src/core/Core.h
r1949 r2114 28 28 29 29 /** 30 @file Core.h30 @file 31 31 @brief Declaration of the Core class. 32 32 -
code/branches/objecthierarchy/src/core/CoreIncludes.h
r2101 r2114 28 28 29 29 /** 30 @file CoreIncludes.h30 @file 31 31 @brief Definition of macros for Identifier and Factory. 32 32 -
code/branches/objecthierarchy/src/core/Factory.cc
r2086 r2114 28 28 29 29 /** 30 @file Factory.cc30 @file 31 31 @brief Implementation of the Factory class. 32 32 */ -
code/branches/objecthierarchy/src/core/Factory.h
r2019 r2114 28 28 29 29 /** 30 @file Factory.h30 @file 31 31 @brief Definition of the Factory and the BaseFactory class. 32 32 -
code/branches/objecthierarchy/src/core/Identifier.cc
r2084 r2114 28 28 29 29 /** 30 @file Identifier.cc30 @file 31 31 @brief Implementation of the Identifier class. 32 32 */ -
code/branches/objecthierarchy/src/core/Identifier.h
r2101 r2114 28 28 29 29 /** 30 @file Identifier.h30 @file 31 31 @brief Definition of the Identifier, ClassIdentifier and SubclassIdentifier classes, implementation of the ClassIdentifier and SubclassIdentifier classes. 32 32 -
code/branches/objecthierarchy/src/core/Iterator.h
r1854 r2114 28 28 29 29 /** 30 @file Iterator.h30 @file 31 31 @brief Definition and implementation of the Iterator class. 32 32 -
code/branches/objecthierarchy/src/core/Language.cc
r2101 r2114 28 28 29 29 /** 30 @file Language.cc30 @file 31 31 @brief Implementation of the Language and the LanguageEntry classes. 32 32 */ -
code/branches/objecthierarchy/src/core/Language.h
r2101 r2114 28 28 29 29 /** 30 @file Language.h30 @file 31 31 @brief Definition of the Language and the LanguageEntry class. 32 32 -
code/branches/objecthierarchy/src/core/MetaObjectList.cc
r1747 r2114 28 28 29 29 /** 30 @file MetaObjectList.cc30 @file 31 31 @brief Implementation of the MetaObjectList class. 32 32 */ -
code/branches/objecthierarchy/src/core/MetaObjectList.h
r1747 r2114 28 28 29 29 /** 30 @file MetaObjectList.h30 @file 31 31 @brief Definition of the MetaObjectList class. 32 32 -
code/branches/objecthierarchy/src/core/ObjectList.h
r1747 r2114 28 28 29 29 /** 30 @file ObjectList.h30 @file 31 31 @brief Definition and implementation of the ObjectList class. 32 32 -
code/branches/objecthierarchy/src/core/ObjectListBase.cc
r1747 r2114 28 28 29 29 /** 30 @file ObjectListBase.cc30 @file 31 31 @brief Implementation of the ObjectListBase class. 32 32 -
code/branches/objecthierarchy/src/core/ObjectListBase.h
r1854 r2114 28 28 29 29 /** 30 @file ObjectListBase.h30 @file 31 31 @brief Definition of the ObjectListBase class. 32 32 -
code/branches/objecthierarchy/src/core/OrxonoxClass.cc
r1747 r2114 28 28 29 29 /** 30 @file OrxonoxClass.cc30 @file 31 31 @brief Implementation of the OrxonoxClass Class. 32 32 */ -
code/branches/objecthierarchy/src/core/OrxonoxClass.h
r1755 r2114 28 28 29 29 /** 30 @file OrxonoxClass.h30 @file 31 31 @brief Declaration of the OrxonoxClass Class. 32 32 -
code/branches/objecthierarchy/src/core/Super.h
r2063 r2114 28 28 29 29 /** 30 @file Super.h30 @file 31 31 @brief Definition of all super-function related macros. 32 32 -
code/branches/objecthierarchy/src/core/XMLIncludes.h
r1841 r2114 28 28 29 29 /** 30 @file XMLIncludes.h30 @file 31 31 @brief Forward declarations of some XML classes. 32 32 */ -
code/branches/objecthierarchy/src/core/XMLPort.h
r2082 r2114 28 28 29 29 /** 30 @file XMLPort.h30 @file 31 31 @brief Declaration of the XMLPort helper classes and macros. 32 32 -
code/branches/objecthierarchy/src/orxonox/CameraManager.h
r2073 r2114 28 28 29 29 /** 30 @file CameraManager.h30 @file 31 31 @brief Handles the instances of Camera class 32 32 @author Benjamin Knecht <beni_at_orxonox.net> -
code/branches/objecthierarchy/src/orxonox/Settings.h
r1949 r2114 28 28 29 29 /** 30 @file Core.h30 @file 31 31 @brief Declaration of the Settings class. 32 32 -
code/branches/objecthierarchy/src/orxonox/objects/Tickable.h
r1790 r2114 28 28 29 29 /*! 30 @file Tickable.h30 @file 31 31 @brief Declaration of the Tickable interface. 32 32 -
code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleEmitter.cc
r2112 r2114 28 28 29 29 /** 30 * @file ParticleInterface.cc30 * @file 31 31 * @brief class to control praticle effects 32 32 */ -
code/branches/objecthierarchy/src/orxonox/tools/ParticleInterface.cc
r2065 r2114 28 28 29 29 /** 30 * @file ParticleInterface.cc30 * @file 31 31 * @brief class to control praticle effects 32 32 */ -
code/branches/objecthierarchy/src/orxonox/tools/Timer.h
r1968 r2114 28 28 29 29 /*! 30 @file Timer.h30 @file 31 31 @brief Definition and Implementation of the Timer class. 32 32 -
code/branches/objecthierarchy/src/util/Clipboard.cc
r2111 r2114 30 30 31 31 /** 32 @file Clipboard.cc32 @file 33 33 @brief OS-specific implementations of the clipboard functions. 34 34 */ -
code/branches/objecthierarchy/src/util/Clipboard.h
r2111 r2114 28 28 29 29 /** 30 @file Clipboard.h30 @file 31 31 @brief Some functions to exchange text between the OS clipboard and Orxonox. 32 32 -
code/branches/objecthierarchy/src/util/Debug.h
r2111 r2114 28 28 29 29 /** 30 @file Debug.h30 @file 31 31 @brief Handles different output-levels of errors, warnings, infos and debug informations. 32 32 -
code/branches/objecthierarchy/src/util/Math.h
r2111 r2114 28 28 29 29 /** 30 @file Math.h30 @file 31 31 @brief Declaration and implementation of several math-functions, typedefs of some Ogre::Math classes to the orxonox namespace. 32 32 */ -
code/branches/objecthierarchy/src/util/MultiType.cc
r2111 r2114 28 28 29 29 /** 30 @file MultiType.cc30 @file 31 31 @brief Implementation of the MultiType. 32 32 */ -
code/branches/objecthierarchy/src/util/MultiType.h
r2111 r2114 28 28 29 29 /** 30 @file MultiType.h30 @file 31 31 @brief Declaration of the MultiType and some helper constructs. 32 32 -
code/branches/objecthierarchy/src/util/MultiTypeValue.h
r2111 r2114 28 28 29 29 /** 30 @file MultiTypeValue.h30 @file 31 31 @brief Declaration and Implementation of the MT_Value<T> class. 32 32 -
code/branches/objecthierarchy/src/util/OutputBuffer.cc
r1791 r2114 28 28 29 29 /** 30 @file OutputBuffer.cc30 @file 31 31 @brief Implementation of the OutputBuffer. 32 32 */ -
code/branches/objecthierarchy/src/util/OutputBuffer.h
r2111 r2114 28 28 29 29 /** 30 @file OutputBuffer.h30 @file 31 31 @brief Declaration of the OutputBuffer class. 32 32 -
code/branches/objecthierarchy/src/util/OutputHandler.cc
r2019 r2114 28 28 29 29 /** 30 @file OutputHandler.cc30 @file 31 31 @brief Implementation of the OutputHandler class. 32 32 */ -
code/branches/objecthierarchy/src/util/OutputHandler.h
r1791 r2114 28 28 29 29 /** 30 @file OutputHandler.h30 @file 31 31 @brief Definition of the OutputHandler class. 32 32 -
code/branches/objecthierarchy/src/util/String.cc
r2111 r2114 28 28 29 29 /** 30 @file String.cc30 @file 31 31 @brief Implementation of several string manipulation functions. 32 32 */ -
code/branches/objecthierarchy/src/util/String.h
r2111 r2114 28 28 29 29 /** 30 @file String.h30 @file 31 31 @brief Declaration of several string manipulation functions, used in many parts of the game. 32 32 */ -
code/branches/objecthierarchy/src/util/SubString.h
r2111 r2114 38 38 39 39 /*! 40 * @file substring.h40 * @file 41 41 * @brief a small class to get the parts of a string separated by commas 42 42 *
Note: See TracChangeset
for help on using the changeset viewer.