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

Method createChildItemNode

MyGUIEngine/src/MyGUI_LayerNode.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 ILayerNode* LayerNode::createChildItemNode()
39 {
40 LayerNode* layer = new LayerNode(mLayer, this);
41 mChildItems.push_back(layer);
42
43 mOutOfDate = true;
44
45 return layer;
46 }
47
48 void LayerNode::destroyChildItemNode(ILayerNode* _node)
49 {

Callers 3

attachToLayerNodeMethod · 0.45
addChildNodeMethod · 0.45
attachToLayerItemNodeMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected