MCPcopy Create free account
hub / github.com/MyGUI/mygui / setPosition

Method setPosition

UnitTests/UnitTest_HyperTextBox/Panel.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11{
12
13 void Panel::setPosition(const IntPoint& _value)
14 {
15 Base::setPosition(_value);
16 }
17
18 void Panel::setSize(const IntSize& _value)
19 {

Callers 7

notifyPointMoveMethod · 0.45
updateCameraMethod · 0.45
KeyboardPanelMethod · 0.45
MonitorPanelMethod · 0.45
validateMethod · 0.45
createSuccesSceneMethod · 0.45
createFailedSceneMethod · 0.45

Calls 1

setPositionFunction · 0.85

Tested by

no test coverage detected