Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addChild
Method
addChild
Tools/EditorFramework/Data.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void Data::addChild(DataPtr _child)
87
{
88
insertChild(MyGUI::ITEM_NONE, _child);
89
}
90
91
void Data::removeChild(DataPtr _child)
92
{
Callers
14
doAction
Method · 0.45
CreateStates
Method · 0.45
CreateSeparators
Method · 0.45
CreateRegions
Method · 0.45
parseSkin
Method · 0.45
fillStateData
Method · 0.45
doAction
Method · 0.45
doAction
Method · 0.45
cloneData
Method · 0.45
parseFont
Method · 0.45
parseImage
Method · 0.45
parseGroup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected