MCPcopy 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

_updateAllVisibleMethod · 0.45
updateDropItemsMethod · 0.45

Calls 1

setPositionFunction · 0.85

Tested by

no test coverage detected