Blender V2.61 - r43446
Public Member Functions | Protected Attributes

CPropValue Class Reference

#include <Value.h>

Inheritance diagram for CPropValue:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CPropValue ()
virtual ~CPropValue ()
virtual void SetName (const char *name)
virtual STR_StringGetName ()

Protected Attributes

STR_String m_strNewName

Detailed Description

Definition at line 409 of file Value.h.


Constructor & Destructor Documentation

CPropValue::CPropValue ( ) [inline]

Definition at line 412 of file Value.h.

virtual CPropValue::~CPropValue ( ) [inline, virtual]

Definition at line 419 of file Value.h.


Member Function Documentation

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]

Member Data Documentation

Definition at line 435 of file Value.h.

Referenced by GetName(), and SetName().


The documentation for this class was generated from the following file: