| 753 | |
| 754 | |
| 755 | string const Value::GetHelp |
| 756 | ( |
| 757 | ) const |
| 758 | { |
| 759 | return Localization::Get()->GetValueHelp(m_id.GetCommandClassId(), m_id.GetIndex(), -1); |
| 760 | } |
| 761 | void Value::SetHelp |
| 762 | ( |
| 763 | string const& _help, |
nothing calls this directly
no test coverage detected