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

Method destroyDrawItem

MyGUIEngine/src/MyGUI_TileRect.cpp:331–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 }
330
331 void TileRect::destroyDrawItem()
332 {
333 MYGUI_ASSERT(mRenderItem, "mRenderItem must be not nullptr");
334
335 mNode = nullptr;
336 mRenderItem->removeDrawItem(this);
337 mRenderItem = nullptr;
338 }
339
340 void TileRect::setStateData(IStateInfo* _data)
341 {

Callers

nothing calls this directly

Calls 1

removeDrawItemMethod · 0.80

Tested by

no test coverage detected