| 120 | return static_cast<const ComboBox*>(this)->getIndexSelected(); |
| 121 | } |
| 122 | void MemberObsolete<ComboBox>::resetItemSelect() |
| 123 | { |
| 124 | static_cast<ComboBox*>(this)->clearIndexSelected(); |
| 125 | } |
| 126 | void MemberObsolete<ComboBox>::setItemSelect(size_t _index) |
| 127 | { |
| 128 | static_cast<ComboBox*>(this)->setIndexSelected(_index); |
nothing calls this directly
no test coverage detected