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

Method removeSheet

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:572–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570 static_cast<TabControl*>(this)->removeItemAt(_index);
571 }
572 void MemberObsolete<TabControl>::removeSheet(TabItem* _sheet)
573 {
574 static_cast<TabControl*>(this)->removeItem(_sheet);
575 }
576 void MemberObsolete<TabControl>::selectSheetIndex(size_t _index, bool _smooth)
577 {
578 static_cast<TabControl*>(this)->setIndexSelected(_index);

Callers

nothing calls this directly

Calls 1

removeItemMethod · 0.45

Tested by

no test coverage detected