| 246 | static_cast<ItemBox*>(this)->setVerticalAlignment(_value); |
| 247 | } |
| 248 | bool MemberObsolete<ItemBox>::getItemBoxAlignVert() const |
| 249 | { |
| 250 | return static_cast<const ItemBox*>(this)->getVerticalAlignment(); |
| 251 | } |
| 252 | |
| 253 | |
| 254 | size_t MemberObsolete<ListBox>::getItemIndexSelected() const |
nothing calls this directly
no test coverage detected