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

Method updateCaption

Tools/SkinEditor/PropertyAlignControl.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void PropertyAlignControl::updateCaption()
58 {
59 PropertyPtr proper = getProperty();
60 if (proper != nullptr)
61 mName->setCaption(proper->getType()->getName());
62 }
63
64 void PropertyAlignControl::updateProperty()
65 {

Callers

nothing calls this directly

Calls 2

setCaptionMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected