All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ContainedObject.cpp
Go to the documentation of this file.
2 
4  // If the object is contained in a container, remove it from there
5  if( m_parent ) m_parent->remove(this);
6 }
ObjectContainerBase * m_parent
Pointer to the parent.
virtual ~ContainedObject()
Destructor.
virtual long remove(ContainedObject *value)=0
Release object from the container (the pointer will be removed from the container, but the object itself will remain alive).