Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
322
int RangeSlider::getUpperValue() const {
323
return upper_value_;
324
}
325
326
void RangeSlider::setLowerValue(int a_lower_value) {
327
if (a_lower_value > maximum_) {
Callers
4
main
Function · 0.80
main
Function · 0.80
connectWidgetSignals
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64