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

Method GetDigits

src/SFGUI/SpinButton.cpp:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278unsigned int SpinButton::GetDigits() const {
279 return m_digits;
280}
281
282void SpinButton::SetDigits( unsigned int digits ) {
283 m_digits = digits;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected