| 301 | static_cast<ListBox*>(this)->setIndexSelected(_index); |
| 302 | } |
| 303 | void MemberObsolete<ListBox>::beginToIndex(size_t _index) |
| 304 | { |
| 305 | static_cast<ListBox*>(this)->beginToItemAt(_index); |
| 306 | } |
| 307 | void MemberObsolete<ListBox>::beginToStart() |
| 308 | { |
| 309 | static_cast<ListBox*>(this)->beginToItemFirst(); |
nothing calls this directly
no test coverage detected