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

Method beginToSelect

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 static_cast<ListBox*>(this)->beginToItemLast();
314 }
315 void MemberObsolete<ListBox>::beginToSelect()
316 {
317 static_cast<ListBox*>(this)->beginToItemSelected();
318 }
319 bool MemberObsolete<ListBox>::isItemVisible(size_t _index, bool _fill)
320 {
321 return static_cast<ListBox*>(this)->isItemVisibleAt(_index, _fill);

Callers

nothing calls this directly

Calls 1

beginToItemSelectedMethod · 0.45

Tested by

no test coverage detected