| 759 | return Localization::Get()->GetValueHelp(m_id.GetCommandClassId(), m_id.GetIndex(), -1); |
| 760 | } |
| 761 | void Value::SetHelp |
| 762 | ( |
| 763 | string const& _help, |
| 764 | string const lang |
| 765 | ) |
| 766 | { |
| 767 | Localization::Get()->SetValueHelp(m_id.GetCommandClassId(), m_id.GetIndex(), -1, _help, lang); |
| 768 | } |
| 769 | |
| 770 | string const Value::GetLabel |
| 771 | ( |
no test coverage detected