class csObject : public csBase A generic csObject class
A generic csObject class. Any csObject can have any number of csObject children attached to it via the csObject tree. In order to make a class (let's call it newClass) that derives from csObject, the class must contain "CSOBJTYPE;" in the declaration. The corresponding .cpp file should contain "CSOBJTYPE(newClass,parentClass);"
CS_ID csid_value
virtual void SetObjectParent(csObject* parent)
csObject()
virtual ~csObject()
csObject(csObject& csobj)
virtual csObject* GetObjectParent()
csObject* GetObj(const csIdType& objtype)
csObjIterator ObjGet(const csIdType& objtype)
void ObjAdd(csObject* obj)
void ObjRelease(csObject* obj)
void ObjRemove(csObject* obj)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de