Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ currentOpacity
Method
currentOpacity
pj_widgets/src/Scrollbar.cpp:199–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
double Scrollbar::currentOpacity() const {
200
return opacity_effect_ ? opacity_effect_->opacity() : 1.0;
201
}
202
203
void Scrollbar::setShown(bool shown) {
204
if (!auto_hide_) {
Callers
1
TEST
Function · 0.80
Calls
1
opacity
Method · 0.45
Tested by
1
TEST
Function · 0.64