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

Method _resetContainer

MyGUIEngine/src/MyGUI_ListBox.cpp:926–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924 }
925
926 void ListBox::_resetContainer(bool _update)
927 {
928 // обязательно у базового
929 Base::_resetContainer(_update);
930
931 if (!_update)
932 {
933 WidgetManager& instance = WidgetManager::getInstance();
934 for (const auto& line : mWidgetLines)
935 instance.unlinkFromUnlinkers(line);
936 }
937 }
938
939 void ListBox::setPropertyOverride(std::string_view _key, std::string_view _value)
940 {

Callers

nothing calls this directly

Calls 1

unlinkFromUnlinkersMethod · 0.80

Tested by

no test coverage detected