Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getViewSize
Method
getViewSize
MyGUIEngine/src/MyGUI_ScrollView.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
IntSize ScrollView::getViewSize() const
172
{
173
return mScrollViewClient == nullptr ? getSize() : mScrollViewClient->getSize();
174
}
175
176
size_t ScrollView::getVScrollPage() const
177
{
Callers
nothing calls this directly
Calls
2
getSize
Function · 0.85
getSize
Method · 0.45
Tested by
no test coverage detected