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

Method setCanvasSize

MyGUIEngine/src/MyGUI_ScrollView.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 void ScrollView::setCanvasSize(const IntSize& _value)
211 {
212 getClientWidget()->setSize(_value);
213 updateView();
214 }
215
216 IntSize ScrollView::getCanvasSize() const
217 {

Callers 10

setFunction · 0.80
updateViewMethod · 0.80
createSceneMethod · 0.80
updateScaleMethod · 0.80
HideControlsMethod · 0.80
updateViewMethod · 0.80
updateScaleMethod · 0.80

Calls 2

IntSizeFunction · 0.50
setSizeMethod · 0.45

Tested by

no test coverage detected