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

Method setImageName

MyGUIEngine/src/MyGUI_Button.cpp:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183
184 void Button::setImageName(std::string_view _name)
185 {
186 if (mImage)
187 mImage->setItemName(_name);
188 }
189
190 void Button::setPropertyOverride(std::string_view _key, std::string_view _value)
191 {

Callers 5

setItemTypeAtMethod · 0.80
_wrapItemMethod · 0.80
redrawButtonsMethod · 0.80

Calls 1

setItemNameMethod · 0.45

Tested by

no test coverage detected