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

Method updateCaption

Tools/SkinEditor/PropertyRegionTextTypeControl.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

setCaptionMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected