-------------------------------------------------------------------------------------- Description: Sets the name of the parameter node (the parent of the parameter). Arguments: name - std:string with the name of the parameter node Return Value: void --------------------------------------------------------------------------------------
| 93 | // void |
| 94 | // -------------------------------------------------------------------------------------- |
| 95 | void Tr2GStateParameter::SetNodeName( std::string name ) |
| 96 | { |
| 97 | m_nodeName = name; |
| 98 | } |
| 99 | |
| 100 | |
| 101 | // -------------------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected