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

Method createChildItemNode

Wrappers/MyGUI_Export/MyGUI_CustomLayer.cpp:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13{
14
15 ILayerNode* CustomLayer::createChildItemNode()
16 {
17 // создаем рутовый айтем
18 ILayerNode* node = new CustomLayerNode(this);
19 mChildItems.push_back(node);
20
21 mOutOfDate = true;
22
23 return node;
24 }
25
26 void CustomLayer::renderToTarget(IRenderTarget* _target, bool _update)
27 {

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected