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

Method clearItemSelected

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 static_cast<ComboBox*>(this)->setIndexSelected(_index);
92 }
93 void MemberObsolete<ComboBox>::clearItemSelected()
94 {
95 static_cast<ComboBox*>(this)->clearIndexSelected();
96 }
97
98 void MemberObsolete<ComboBox>::insertItem(size_t _index, const UString& _name)
99 {

Callers

nothing calls this directly

Calls 1

clearIndexSelectedMethod · 0.45

Tested by

no test coverage detected