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

Function setCaption

MyGUIEngine/include/MyGUI_ISubWidgetText.h:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 virtual void setCaption(const UString& /*_value*/)
137 {
138 }
139 virtual const UString& getCaption() const
140 {
141 return Constants::getEmptyUString();

Callers 11

setCaptionMethod · 0.85
notifyMouseWheelMethod · 0.85
setIndexSelectedMethod · 0.85
setCaptionMethod · 0.85
setCaptionMethod · 0.85
setCaptionMethod · 0.85
MyGUI_MenuItem.hFile · 0.85
TextFieldControl.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected