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

Method resetItemSelect

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 return static_cast<const ComboBox*>(this)->getIndexSelected();
121 }
122 void MemberObsolete<ComboBox>::resetItemSelect()
123 {
124 static_cast<ComboBox*>(this)->clearIndexSelected();
125 }
126 void MemberObsolete<ComboBox>::setItemSelect(size_t _index)
127 {
128 static_cast<ComboBox*>(this)->setIndexSelected(_index);

Callers

nothing calls this directly

Calls 1

clearIndexSelectedMethod · 0.45

Tested by

no test coverage detected