Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ getRequestedSize
Method
getRequestedSize
components/widgets/box.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
MyGUI::IntSize AutoSizedTextBox::getRequestedSize()
32
{
33
return getCaption().empty() ? MyGUI::IntSize{ 0, 0 } : getTextSize();
34
}
35
36
void AutoSizedTextBox::setCaption(const MyGUI::UString& value)
37
{
Callers
4
align
Method · 0.45
updateMenu
Method · 0.45
adjustButton
Method · 0.45
onOpen
Method · 0.45
Calls
5
getName
Function · 0.85
max
Function · 0.85
parse
Function · 0.50
empty
Method · 0.45
getSize
Method · 0.45
Tested by
no test coverage detected