Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setPosition
Method
setPosition
MyGUIEngine/src/MyGUI_ItemBox.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void ItemBox::setPosition(const IntPoint& _point)
77
{
78
Base::setPosition(_point);
79
}
80
81
void ItemBox::setSize(const IntSize& _size)
82
{
Callers
2
_updateAllVisible
Method · 0.45
updateDropItems
Method · 0.45
Calls
1
setPosition
Function · 0.85
Tested by
no test coverage detected