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

Method Increment

src/SFGUI/Adjustment.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void Adjustment::Increment() {
122 SetValue( GetValue() + GetMinorStep() );
123}
124
125void Adjustment::Decrement() {
126 SetValue( GetValue() - GetMinorStep() );

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected