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

Method setCaption

MyGUIEngine/src/MyGUI_MenuItem.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 void MenuItem::setCaption(const UString& _value)
62 {
63 Button::setCaption(_value);
64 mOwner->_notifyUpdateName(this);
65 }
66
67 void MenuItem::setFontName(std::string_view _value)
68 {

Callers

nothing calls this directly

Calls 2

setCaptionFunction · 0.85
_notifyUpdateNameMethod · 0.80

Tested by

no test coverage detected