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

Method getUpperValue

pj_widgets/src/RangeSlider.cpp:322–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320 return lower_value_;
321}
322int RangeSlider::getUpperValue() const {
323 return upper_value_;
324}
325
326void RangeSlider::setLowerValue(int a_lower_value) {
327 if (a_lower_value > maximum_) {

Callers 4

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

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64