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

Method destroyPropertyFields

Tools/LayoutEditor/PanelMainProperties.cpp:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 void PanelMainProperties::destroyPropertyFields()
109 {
110 for (auto& field : mFields)
111 delete field.second;
112 mFields.clear();
113 }
114
115 void PanelMainProperties::notifyActionSkin(std::string_view /*_type*/, std::string_view _value, bool _final)
116 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected