MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetVerticalAdjustment

Method GetVerticalAdjustment

src/SFGUI/Viewport.cpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170Adjustment::Ptr Viewport::GetVerticalAdjustment() const {
171 return m_vertical_adjustment;
172}
173
174void Viewport::SetVerticalAdjustment( Adjustment::Ptr vertical_adjustment ) {
175 if( m_vertical_adjustment ) {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected