| 305 | static_cast<ListBox*>(this)->beginToItemAt(_index); |
| 306 | } |
| 307 | void MemberObsolete<ListBox>::beginToStart() |
| 308 | { |
| 309 | static_cast<ListBox*>(this)->beginToItemFirst(); |
| 310 | } |
| 311 | void MemberObsolete<ListBox>::beginToEnd() |
| 312 | { |
| 313 | static_cast<ListBox*>(this)->beginToItemLast(); |
nothing calls this directly
no test coverage detected