| 361 | static_cast<MenuControl*>(this)->setVerticalAlignment(_value); |
| 362 | } |
| 363 | bool MemberObsolete<MenuControl>::getAlignVert() const |
| 364 | { |
| 365 | return static_cast<const MenuControl*>(this)->getVerticalAlignment(); |
| 366 | } |
| 367 | |
| 368 | void MemberObsolete<MenuItem>::showItemChild() |
| 369 | { |
nothing calls this directly
no test coverage detected