#include <PropertyProxyContainer.h>

Public Member Functions | |
| PropertyProxyContainer (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 < PropertyProxy< T > > | getItem (unsigned int i) const |
Definition at line 10 of file PropertyProxyContainer.h.
| RenderTools::PropertyProxyContainer< T >::PropertyProxyContainer | ( | void | ) | [inline] |
Definition at line 12 of file PropertyProxyContainer.h.
| virtual const PropertyPtr RenderTools::PropertyProxyContainer< T >::addProperty | ( | const string | name, | |
| bool | send | |||
| ) | [inline, virtual] |
Reimplemented from RenderTools::PropertyContainer< PropertyProxy< T > >.
Definition at line 24 of file PropertyProxyContainer.h.
| virtual const PropertyPtr RenderTools::PropertyProxyContainer< T >::addProperty | ( | const PropertyPtr & | p, | |
| bool | send | |||
| ) | [inline, virtual] |
Reimplemented from RenderTools::PropertyContainer< PropertyProxy< T > >.
Definition at line 20 of file PropertyProxyContainer.h.
| virtual const shared_ptr< PropertyProxy< T > > RenderTools::PropertyProxyContainer< T >::getItem | ( | unsigned int | i | ) | const [inline, virtual] |
Reimplemented from RenderTools::PropertyContainer< PropertyProxy< T > >.
Definition at line 32 of file PropertyProxyContainer.h.
| virtual void RenderTools::PropertyProxyContainer< T >::onInitialize | ( | void | ) | [inline, virtual] |
Reimplemented from RenderTools::PropertyContainer< PropertyProxy< T > >.
Definition at line 16 of file PropertyProxyContainer.h.
1.5.8