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

Method attachLayerItem

MyGUIEngine/src/MyGUI_LayerNode.cpp:219–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 }
218
219 void LayerNode::attachLayerItem(ILayerItem* _item)
220 {
221 mLayerItems.push_back(_item);
222 _item->attachItemToNode(mLayer, this);
223
224 mOutOfDate = true;
225 }
226
227 void LayerNode::detachLayerItem(ILayerItem* _item)
228 {

Callers 1

attachToLayerNodeMethod · 0.45

Calls 2

attachItemToNodeMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected