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

Method _updateSkinItemView

MyGUIEngine/src/MyGUI_SkinItem.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 void SkinItem::_updateSkinItemView()
52 {
53 for (auto& skin : mSubSkinChild)
54 skin->_updateView();
55 }
56
57 bool SkinItem::_setSkinItemState(std::string_view _state)
58 {

Callers

nothing calls this directly

Calls 1

_updateViewMethod · 0.45

Tested by

no test coverage detected