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

Method _getItemIndex

MyGUIEngine/src/MyGUI_Widget.cpp:1382–1385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380 }
1381
1382 size_t Widget::_getItemIndex(Widget* _item) const
1383 {
1384 return ITEM_NONE;
1385 }
1386
1387 void Widget::_setContainer(Widget* _value)
1388 {

Callers 2

getToolTipIndexMethod · 0.45
mouseDragMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected