MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / increment

Method increment

Source/gui/NumberSelectorWithText.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void NumberSelectorWithText::increment() {
72 setValue(m_increment_map[m_value]);
73}
74
75void NumberSelectorWithText::decrement() {
76 setValue(m_decrement_map[m_value]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected