Changeset 1940 for code/branches/objecthierarchy/src/core/BaseObject.h
- Timestamp:
- Oct 18, 2008, 10:58:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/core/BaseObject.h
r1841 r1940 93 93 inline const std::string& getLoaderIndentation() const { return this->loaderIndentation_; } 94 94 95 pr ivate:95 protected: 96 96 std::string name_; //!< The name of the object 97 bool bInitialized_; //!< True if the object was initialized (passed the object registration)98 97 bool bActive_; //!< True = the object is active 99 98 bool bVisible_; //!< True = the object is visible 99 100 private: 101 bool bInitialized_; //!< True if the object was initialized (passed the object registration) 100 102 const Level* level_; //!< The level that loaded this object 101 103 std::string loaderIndentation_; //!< Indentation of the debug output in the Loader
Note: See TracChangeset
for help on using the changeset viewer.