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

Method beginToIndex

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 static_cast<ListBox*>(this)->setIndexSelected(_index);
302 }
303 void MemberObsolete<ListBox>::beginToIndex(size_t _index)
304 {
305 static_cast<ListBox*>(this)->beginToItemAt(_index);
306 }
307 void MemberObsolete<ListBox>::beginToStart()
308 {
309 static_cast<ListBox*>(this)->beginToItemFirst();

Callers

nothing calls this directly

Calls 1

beginToItemAtMethod · 0.45

Tested by

no test coverage detected