Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Type MYGUICALL ExportScrollBar_GetLineSize
Method · 0.80
get
Function · 0.80
updateScroll
Method · 0.80
updateScroll
Method · 0.80
insertItemAt
Method · 0.80
removeItemAt
Method · 0.80
updateScrollSize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected