Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ SetWidth
Method
SetWidth
ogsr_engine/xrGame/ui/UILabel.cpp:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void CUILabel::SetWidth(float width)
31
{
32
m_lines.SetWidth(width);
33
CUIFrameLineWnd::SetWidth(width);
34
}
35
36
void CUILabel::SetHeight(float height)
37
{
Callers
15
InitCharacter
Method · 0.45
SetSelected
Method · 0.45
SetHintText
Method · 0.45
SetMask
Method · 0.45
AdjustHeightToText
Method · 0.45
SetText
Method · 0.45
InitItem
Method · 0.45
SetupGameIcon
Function · 0.45
SetAmmoIcon
Method · 0.45
UpdatePickUpItem
Method · 0.45
InitScrollView
Method · 0.45
UpdateChildrenLenght
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected