| 53 | static_cast<Button*>(this)->setStateSelected(_value); |
| 54 | } |
| 55 | bool MemberObsolete<Button>::getStateCheck() const |
| 56 | { |
| 57 | return static_cast<const Button*>(this)->getStateSelected(); |
| 58 | } |
| 59 | ImageBox* MemberObsolete<Button>::getStaticImage() const |
| 60 | { |
| 61 | return static_cast<const Button*>(this)->_getImageBox(); |
nothing calls this directly
no test coverage detected