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

Method setCaption

MyGUIEngine/src/MyGUI_Window.cpp:323–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 }
322
323 void Window::setCaption(const UString& _caption)
324 {
325 if (mWidgetCaption != nullptr)
326 mWidgetCaption->setCaption(_caption);
327 else
328 Base::setCaption(_caption);
329 }
330
331 const UString& Window::getCaption() const
332 {

Callers 15

ExportTextBox_SetCaptionFunction · 0.45
setFunction · 0.45
initialiseMethod · 0.45
createSceneMethod · 0.45
initialiseMethod · 0.45
initialiseMethod · 0.45
createSceneMethod · 0.45
createSceneMethod · 0.45
createSceneMethod · 0.45
createSceneMethod · 0.45
createSceneMethod · 0.45
notifyComboAcceptMethod · 0.45

Calls 1

setCaptionFunction · 0.85

Tested by

no test coverage detected