| 578 | static_cast<TabControl*>(this)->setIndexSelected(_index); |
| 579 | } |
| 580 | void MemberObsolete<TabControl>::selectSheet(TabItem* _sheet, bool _smooth) |
| 581 | { |
| 582 | static_cast<TabControl*>(this)->setItemSelected(_sheet); |
| 583 | } |
| 584 | size_t MemberObsolete<TabControl>::getSelectSheetIndex() const |
| 585 | { |
| 586 | return static_cast<const TabControl*>(this)->getIndexSelected(); |
nothing calls this directly
no test coverage detected