| 563 | } |
| 564 | |
| 565 | void ConfigItem::UpdateHotSpotList(int index) { |
| 566 | ASSERT((index >= 0) && (index < m_rbCount)); |
| 567 | m_iCurrentValue = index; |
| 568 | m_rbList[m_iCurrentValue]->Activate(); |
| 569 | if (m_iCallback) |
| 570 | (*m_iCallback)(m_iCurrentValue); |
| 571 | } |
| 572 | |
| 573 | void ConfigItem::UpdateSlider(int index, bool call_callback) { |
| 574 | ASSERT((index >= 0) && (index < m_sCount)); |