Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setCoord
Method
setCoord
UnitTests/UnitTest_GraphView/BaseGraphNode.h:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void setCoord(const MyGUI::IntCoord& _coord)
61
{
62
mMainWidget->setCoord(_coord);
63
mView->changePosition(this);
64
}
65
66
MyGUI::IntPoint getPosition()
67
{
Callers
2
loadFromFile
Method · 0.45
notifyWindowChangeCoord
Method · 0.45
Calls
1
changePosition
Method · 0.80
Tested by
no test coverage detected