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

Method createChildItemNode

Wrappers/MyGUI_Export/MyGUI_CustomLayerNode.cpp:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 ILayerNode* CustomLayerNode::createChildItemNode()
21 {
22 ILayerNode* layer = new CustomLayerNode(mLayer, this);
23 mChildItems.push_back(layer);
24
25 mOutOfDate = true;
26
27 return layer;
28 }
29
30 float CustomLayerNode::getNodeDepth() const
31 {

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected