![]() |
Blender V2.61 - r43446
|
#include <Value.h>

Public Member Functions | |
| CPropValue () | |
| virtual | ~CPropValue () |
| virtual void | SetName (const char *name) |
| virtual STR_String & | GetName () |
Protected Attributes | |
| STR_String | m_strNewName |
| virtual STR_String& CPropValue::GetName | ( | ) | [inline, virtual] |
Implements CValue.
Definition at line 427 of file Value.h.
References m_strNewName.
Referenced by CVectorValue::CalcFinal().
| virtual void CPropValue::SetName | ( | const char * | name | ) | [inline, virtual] |
Implements CValue.
Definition at line 423 of file Value.h.
References m_strNewName.
Referenced by CBoolValue::CBoolValue(), CFloatValue::CFloatValue(), CIntValue::CIntValue(), CStringValue::CStringValue(), and CVectorValue::CVectorValue().
STR_String CPropValue::m_strNewName [protected] |