Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setPosition
Method
setPosition
UnitTests/UnitTest_GraphView/BaseGraphNode.h:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void setPosition(const MyGUI::IntPoint& _point)
72
{
73
mMainWidget->setPosition(_point);
74
mView->changePosition(this);
75
}
76
77
const MyGUI::IntPoint& getAbsolutePosition()
78
{
Callers
3
createScene
Method · 0.45
onDoModal
Method · 0.45
setVisible
Method · 0.45
Calls
1
changePosition
Method · 0.80
Tested by
no test coverage detected