#include <PropertyContainer.h>

Public Member Functions | |
| PropertyContainer (void) | |
| virtual | ~PropertyContainer (void) |
| virtual void | onInitialize (void) |
| virtual const PropertyPtr | addProperty (const PropertyPtr &p, bool send) |
| virtual const PropertyPtr | addProperty (const string name, bool send) |
| virtual const shared_ptr< T > | getItem (unsigned int i) const |
Definition at line 12 of file PropertyContainer.h.
| RenderTools::PropertyContainer< T >::PropertyContainer | ( | void | ) | [inline] |
Definition at line 15 of file PropertyContainer.h.
| virtual RenderTools::PropertyContainer< T >::~PropertyContainer | ( | void | ) | [inline, virtual] |
Definition at line 19 of file PropertyContainer.h.
| virtual const PropertyPtr RenderTools::PropertyContainer< T >::addProperty | ( | const string | name, | |
| bool | send | |||
| ) | [inline, virtual] |
Reimplemented from RenderTools::AbstractPropertyContainer.
Reimplemented in RenderTools::PropertyProxyContainer< T >.
Definition at line 30 of file PropertyContainer.h.
| virtual const PropertyPtr RenderTools::PropertyContainer< T >::addProperty | ( | const PropertyPtr & | p, | |
| bool | send | |||
| ) | [inline, virtual] |
Reimplemented from RenderTools::AbstractPropertyContainer.
Reimplemented in RenderTools::PropertyProxyContainer< T >.
Definition at line 26 of file PropertyContainer.h.
| virtual const shared_ptr< T > RenderTools::PropertyContainer< T >::getItem | ( | unsigned int | i | ) | const [inline, virtual] |
Reimplemented from RenderTools::AbstractPropertyContainer.
Reimplemented in RenderTools::PropertyProxyContainer< T >.
Definition at line 37 of file PropertyContainer.h.
| virtual void RenderTools::PropertyContainer< T >::onInitialize | ( | void | ) | [inline, virtual] |
Reimplemented from RenderTools::AbstractPropertyContainer.
Reimplemented in RenderTools::PropertyProxyContainer< T >.
Definition at line 22 of file PropertyContainer.h.
1.5.8