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

Method getLineSize

MyGUIEngine/src/MyGUI_ScrollBar.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 }
430
431 int ScrollBar::getLineSize() const
432 {
433 return getTrackPlaceLength() - (int)(mSkinRangeStart + mSkinRangeEnd);
434 }
435
436 void ScrollBar::onMouseWheel(int _rel)
437 {

Callers 7

getFunction · 0.80
updateScrollMethod · 0.80
updateScrollMethod · 0.80
insertItemAtMethod · 0.80
removeItemAtMethod · 0.80
updateScrollSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected