| 57 | return static_cast<const Button*>(this)->getStateSelected(); |
| 58 | } |
| 59 | ImageBox* MemberObsolete<Button>::getStaticImage() const |
| 60 | { |
| 61 | return static_cast<const Button*>(this)->_getImageBox(); |
| 62 | } |
| 63 | void MemberObsolete<Button>::setImageIndex(size_t _index) |
| 64 | { |
| 65 | if (static_cast<Button*>(this)->_getImageBox()) |
nothing calls this directly
no test coverage detected