MCPcopy 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

createSceneMethod · 0.45
onDoModalMethod · 0.45
setVisibleMethod · 0.45

Calls 1

changePositionMethod · 0.80

Tested by

no test coverage detected