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

Method hidePropertyFields

Tools/LayoutEditor/PanelMainProperties.cpp:309–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 }
308
309 void PanelMainProperties::hidePropertyFields()
310 {
311 for (auto& field : mFields)
312 field.second->setVisible(false);
313 }
314
315 void PanelMainProperties::notifyAction(std::string_view _name, std::string_view _value, bool _final)
316 {

Callers

nothing calls this directly

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected