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

Method findItem

MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 static_cast<ListBox*>(this)->removeAllItems();
286 }
287 size_t MemberObsolete<ListBox>::findItem(const UString& _item)
288 {
289 return static_cast<ListBox*>(this)->findItemIndexWith(_item);
290 }
291 size_t MemberObsolete<ListBox>::getItemSelect() const
292 {
293 return static_cast<const ListBox*>(this)->getIndexSelected();

Callers

nothing calls this directly

Calls 2

findItemIndexWithMethod · 0.45
findSubItemWithMethod · 0.45

Tested by

no test coverage detected