Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getSize
Function
getSize
MyGUIEngine/include/MyGUI_ICroppedRectangle.h:51–54 ·
view source on GitHub ↗
Get size */
Source
from the content-addressed store, hash-verified
49
}
50
/** Get size */
51
IntSize getSize() const
52
{
53
return mCoord.size();
54
}
55
/** Get coordinates (position and size) */
56
const IntCoord& getCoord() const
57
{
Callers
6
createWidgetRealT
Method · 0.85
setSize
Method · 0.85
setCoord
Method · 0.85
getViewSize
Method · 0.85
cutMaxLengthFromBeginning
Method · 0.85
_getContentSize
Method · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected