MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / setMinimum

Method setMinimum

pj_widgets/src/IntScrubber.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void IntScrubber::setMinimum(int v) {
34 minimum_ = v;
35 if (maximum_ < minimum_) {
36 maximum_ = minimum_;
37 }
38 setValue(value_);
39}
40
41void IntScrubber::setMaximum(int v) {
42 maximum_ = v;

Callers 3

mainFunction · 0.45
mainFunction · 0.45
applyToWidgetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected