#include <OwnedObject.h>

Public Member Functions |
|
| Owner () | |
| virtual const awString::IString & | getOwnerType () const =0 |
Protected Member Functions |
|
| virtual | ~Owner () |
| virtual void | onOwnedObjectDirty (OwnedObject *object) |
Friends |
|
| class | OwnedObject |
| Owner | ( | ) |
| virtual ~Owner | ( | ) | [protected, virtual] |
| virtual const awString::IString& getOwnerType | ( | ) | const [pure virtual] |
Implemented in PythonOwner, Appearance, and Node.
| virtual void onOwnedObjectDirty | ( | OwnedObject * | object | ) | [protected, virtual] |
Reimplemented in Appearance, LodGroup, MeshGeometry, and Node.
friend class OwnedObject
[friend] |
Reimplemented in PythonOwner.