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

Method attachItemToNode

MyGUIEngine/src/MyGUI_LayerItem.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 void LayerItem::attachItemToNode(ILayer* _layer, ILayerNode* _node)
89 {
90 mLayer = _layer;
91 mLayerNode = _node;
92
93 attachToLayerItemNode(_node, true);
94 }
95
96 void LayerItem::detachFromLayer()
97 {

Callers 1

attachLayerItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected