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

Method setCaption

Tools/EditorFramework/TextFieldControl.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 void TextFieldControl::setCaption(const MyGUI::UString& _value)
60 {
61 MyGUI::Window* window = mMainWidget->castType<MyGUI::Window>(false);
62 if (window != nullptr)
63 window->setCaption(_value);
64 }
65
66 void TextFieldControl::setTextField(const MyGUI::UString& _value)
67 {

Callers 15

updateCaptionMethod · 0.45
notifyFrameStartMethod · 0.45
updateCaptionMethod · 0.45
notifyClickAddMethod · 0.45
createSkinMethod · 0.45
loadSettingsMethod · 0.45
notifyNewGridStepMethod · 0.45
updateCaptionMethod · 0.45
notifyFrameStartMethod · 0.45
requestDrawItemMethod · 0.45
initialiseMethod · 0.45

Calls

no outgoing calls

Tested by 1

createSkinMethod · 0.36