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

Method outOfDate

MyGUIEngine/src/MyGUI_LayerNode.cpp:243–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 void LayerNode::outOfDate(RenderItem* _item)
244 {
245 mOutOfDate = true;
246 if (_item)
247 _item->outOfDate();
248 }
249
250 EnumeratorILayerNode LayerNode::getEnumerator() const
251 {

Callers 15

invalidateAllMethod · 0.45
setVisibleMethod · 0.45
setAlphaMethod · 0.45
_correctViewMethod · 0.45
_updateViewMethod · 0.45
_setColourMethod · 0.45
_setUVSetMethod · 0.45
setVisibleMethod · 0.45
setAlphaMethod · 0.45
_correctViewMethod · 0.45
_updateViewMethod · 0.45
_setUVSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected