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

Method setCaption

UnitTests/UnitTest_HyperTextBox/HyperTextBox.cpp:618–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616 }
617
618 void HyperTextBox::setCaption(const UString& _value)
619 {
620 removeAllItems();
621
622 addItem(_value);
623
624 updateContent();
625 }
626
627 void HyperTextBox::removeAllItems()
628 {

Callers 15

initialiseMethod · 0.45
notifyFrameStartMethod · 0.45
initialiseMethod · 0.45
initialiseMethod · 0.45
updateWidgetsMethod · 0.45
initialiseMethod · 0.45
initialiseMethod · 0.45
updateWidgetsMethod · 0.45
setDialogInfoMethod · 0.45
updateMethod · 0.45
setFileNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected