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

Method updateCaption

Tools/SkinEditor/PropertyRegionTypeControl.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void PropertyRegionTypeControl::updateCaption()
44 {
45 PropertyPtr proper = getProperty();
46 if (proper != nullptr)
47 mName->setCaption(proper->getType()->getName());
48 }
49
50 void PropertyRegionTypeControl::updateProperty()
51 {

Callers

nothing calls this directly

Calls 2

setCaptionMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected