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

Method setCaption

MyGUIEngine/src/MyGUI_MultiListItem.cpp:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 void MultiListItem::setCaption(const UString& _value)
25 {
26 MultiListBox* owner = getOwner();
27 if (owner != nullptr)
28 owner->setColumnName(this, _value);
29 else
30 Base::setCaption(_value);
31 }
32
33 const UString& MultiListItem::getCaption() const
34 {

Callers

nothing calls this directly

Calls 2

setCaptionFunction · 0.85
setColumnNameMethod · 0.45

Tested by

no test coverage detected