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

Method SpinButton

src/SFGUI/SpinButton.cpp:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15Signal::SignalID SpinButton::OnValueChanged = 0;
16
17SpinButton::SpinButton() :
18 m_elapsed_time( 0.f ),
19 m_digits( 0 ),
20 m_decrease_pressed( false ),
21 m_increase_pressed( false ),
22 m_repeat_wait( true )
23{
24}
25
26SpinButton::Ptr SpinButton::Create( float minimum, float maximum, float step ) {
27 auto adjustment = Adjustment::Create();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected