| 605 | return static_cast<Widget*>(this)->getInheritsAlpha(); |
| 606 | } |
| 607 | bool MemberObsolete<Widget>::isNeedKeyFocus() |
| 608 | { |
| 609 | return static_cast<Widget*>(this)->getNeedKeyFocus(); |
| 610 | } |
| 611 | bool MemberObsolete<Widget>::isNeedMouseFocus() |
| 612 | { |
| 613 | return static_cast<Widget*>(this)->getNeedMouseFocus(); |
nothing calls this directly
no test coverage detected