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

Method getLowerValue

pj_widgets/src/RangeSlider.cpp:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317 return maximum_;
318}
319int RangeSlider::getLowerValue() const {
320 return lower_value_;
321}
322int RangeSlider::getUpperValue() const {
323 return upper_value_;
324}

Callers 4

mainFunction · 0.80
mainFunction · 0.80
connectWidgetSignalsFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64