MCPcopy 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

loadFromFileMethod · 0.45

Calls 1

changePositionMethod · 0.80

Tested by

no test coverage detected