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

Method shutdownOverride

MyGUIEngine/src/MyGUI_TabItem.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 void TabItem::shutdownOverride()
22 {
23 TabControl* owner = getParent() != nullptr ? getParent()->castType<TabControl>(false) : nullptr;
24 if (owner != nullptr)
25 owner->_notifyDeleteItem(this);
26
27 Base::shutdownOverride();
28 }
29
30 void TabItem::setCaption(const UString& _value)
31 {

Callers

nothing calls this directly

Calls 1

_notifyDeleteItemMethod · 0.45

Tested by

no test coverage detected