Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ size
Method
size
source/windowing/StarScrollArea.cpp:131–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
Vec2I ScrollBar::size() const {
132
if (m_parent)
133
return m_parent->size();
134
return {};
135
}
136
137
int ScrollBar::trackSize() const {
138
if (m_parent) {
Callers
4
trackSize
Method · 0.45
drawChildren
Method · 0.45
offsetFromThumbPosition
Method · 0.45
contentSize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected