< Set the name of this attribute.
| 834 | |
| 835 | void SetName( const char* _name ) { name = _name; } ///< Set the name of this attribute. |
| 836 | void SetValue( const char* _value ) { value = _value; } ///< Set the value. |
| 837 | |
| 838 | void SetIntValue( int _value ); ///< Set the value from an integer. |
| 839 | void SetDoubleValue( double _value ); ///< Set the value from a double. |
nothing calls this directly
no outgoing calls
no test coverage detected