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

Method Decrement

src/SFGUI/Adjustment.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void Adjustment::Decrement() {
126 SetValue( GetValue() - GetMinorStep() );
127}
128
129void Adjustment::IncrementPage() {
130 SetValue( GetValue() + GetMajorStep() );

Callers 6

HandleUpdateMethod · 0.80
HandleMouseMoveEventMethod · 0.80
HandleUpdateMethod · 0.80
HandleMouseMoveEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected