#include <StringProperty.h>

Public Member Functions | |
| StringProperty (const shared_ptr< string > &pointer) | |
| virtual void | onInitialize (void) |
| virtual const string | getTypeName (bool ofComponent=false) const |
| virtual bool | isString (void) const |
| virtual bool | setValue (const string value, int element=-1) |
| virtual const string | getValue (int element=-1) const |
| virtual const void * | getPointer (unsigned int offset) const |
Protected Attributes | |
| shared_ptr< string > | m_pointer |
Definition at line 9 of file StringProperty.h.
| RenderTools::StringProperty::StringProperty | ( | const shared_ptr< string > & | pointer | ) |
Definition at line 7 of file StringProperty.cpp.
| const void * RenderTools::StringProperty::getPointer | ( | unsigned int | offset | ) | const [virtual] |
| const string RenderTools::StringProperty::getTypeName | ( | bool | ofComponent = false |
) | const [virtual] |
| const string RenderTools::StringProperty::getValue | ( | int | element = -1 |
) | const [virtual] |
| bool RenderTools::StringProperty::isString | ( | void | ) | const [virtual] |
| void RenderTools::StringProperty::onInitialize | ( | void | ) | [virtual] |
| bool RenderTools::StringProperty::setValue | ( | const string | value, | |
| int | element = -1 | |||
| ) | [virtual] |
shared_ptr< string > RenderTools::StringProperty::m_pointer [protected] |
Definition at line 22 of file StringProperty.h.
1.5.8