Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
injectKeyPress
Method · 0.45
clearView
Method · 0.45
colourWidgets
Method · 0.45
setItemResourcePtr
Method · 0.45
onFillValues
Method · 0.45
onFillValues
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected