MCPcopy Create free account
hub / github.com/MyGUI/mygui / selectSheet

Method selectSheet

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:580–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 1

setItemSelectedMethod · 0.80

Tested by

no test coverage detected