Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initialise
Method · 0.45
notifyFrameStart
Method · 0.45
initialise
Method · 0.45
initialise
Method · 0.45
updateWidgets
Method · 0.45
initialise
Method · 0.45
initialise
Method · 0.45
updateWidgets
Method · 0.45
setDialogInfo
Method · 0.45
notifyListChangePosition
Method · 0.45
update
Method · 0.45
setFileName
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected