MCPcopy 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
131Vec2I ScrollBar::size() const {
132 if (m_parent)
133 return m_parent->size();
134 return {};
135}
136
137int ScrollBar::trackSize() const {
138 if (m_parent) {

Callers 4

trackSizeMethod · 0.45
drawChildrenMethod · 0.45
contentSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected