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

Method setCoord

UnitTests/UnitTest_HyperTextBox/Panel.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 void Panel::setCoord(const IntCoord& _value)
25 {
26 Base::setCoord(_value);
27 //overrideArrange();
28 }
29
30 void Panel::updateMeasure(Widget* _widget, const IntSize& _sizeAvailable)
31 {

Callers 1

updateArrangeMethod · 0.45

Calls 1

setCoordFunction · 0.85

Tested by

no test coverage detected