Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getWidth
Method
getWidth
MyGUIEngine/src/MyGUI_TextView.cpp:58–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
float getWidth() const
59
{
60
MYGUI_DEBUG_ASSERT(rollback,
"rollback point not valid"
);
61
return width;
62
}
63
64
size_t getCount() const
65
{
Callers
15
_setAlign
Method · 0.45
updateTrack
Method · 0.45
TrackMove
Method · 0.45
setTrackSize
Method · 0.45
getTrackSize
Method · 0.45
getTrackPlaceLength
Method · 0.45
initialiseOverride
Method · 0.45
onWidgetCreated
Method · 0.45
beginToItemAt
Method · 0.45
_getTextWidth
Method · 0.45
updateBarOld
Method · 0.45
updateBarNew
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected