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

Method upLayerItem

MyGUIEngine/src/MyGUI_LayerItem.cpp:120–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 void LayerItem::upLayerItem()
121 {
122 MyGUI::ILayerNode* node = mLayerNode;
123 while (node)
124 {
125 node->getLayer()->upChildItemNode(node);
126 node = node->getParent();
127 }
128 }
129
130 void LayerItem::attachToLayerItemNode(ILayerNode* _item, bool _deep)
131 {

Callers 10

LayerManager.hFile · 0.45
doModalMethod · 0.45
setVisibleMethod · 0.45
injectMousePressMethod · 0.45
addWidgetModalMethod · 0.45
removeWidgetModalMethod · 0.45
doModalMethod · 0.45

Calls 3

upChildItemNodeMethod · 0.45
getLayerMethod · 0.45
getParentMethod · 0.45

Tested by

no test coverage detected