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

Method GetAdjustment

src/SFGUI/SpinButton.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215Adjustment::Ptr SpinButton::GetAdjustment() const {
216 return m_adjustment;
217}
218
219void SpinButton::SetAdjustment( Adjustment::Ptr adjustment ) {
220 if( !adjustment ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected