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

Method getEnumerator

MyGUIEngine/src/MyGUI_Gui.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 }
363
364 EnumeratorWidgetPtr Gui::getEnumerator() const
365 {
366 return EnumeratorWidgetPtr(mWidgetChild);
367 }
368
369 void Gui::frameEvent(float _time) const
370 {

Callers 6

injectKeyPressMethod · 0.45
clearViewMethod · 0.45
colourWidgetsMethod · 0.45
setItemResourcePtrMethod · 0.45
onFillValuesMethod · 0.45
onFillValuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected