Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getElementEnumerator
Method
getElementEnumerator
MyGUIEngine/src/MyGUI_XmlDocument.cpp:348–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
ElementEnumerator Element::getElementEnumerator()
349
{
350
return {mChildren.begin(), mChildren.end()};
351
}
352
353
ElementType Element::getType() const
354
{
Callers
15
Gui.h
File · 0.80
deserialization
Method · 0.80
setupResources
Method · 0.80
deserialization
Method · 0.80
loadFromFile
Method · 0.80
deserialization
Method · 0.80
deserialization
Method · 0.80
deserialization
Method · 0.80
createChildItemNode
Method · 0.80
deserialization
Method · 0.80
deserialization
Method · 0.80
deserialization
Method · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected