#include <opnode.h>
Inheritance diagram for RemoveAttributeParam:
Public Member Functions | |
RemoveAttributeParam (AttributeIdentifier AttrClassToDelete) | |
operator OpParam & () | |
AttributeIdentifier | GetAttrIDToDelete () const |
Private Member Functions | |
CC_DECLARE_DYNAMIC (RemoveAttributeParam) | |
Private Attributes | |
AttributeIdentifier | m_AttrID |
Definition at line 120 of file opnode.h.
|
Definition at line 125 of file opnode.h. 00125 : 00126 m_AttrID(AttrClassToDelete) {}
|
|
|
|
Definition at line 129 of file opnode.h. 00129 { return m_AttrID; }
|
|
Definition at line 128 of file opnode.h.
|
|
|