Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ reloadIcon
Method
reloadIcon
pj_widgets/src/SvgButton.cpp:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void SvgButton::reloadIcon() {
56
if (!icon_path_.isEmpty()) {
57
setIcon(loadSvg(icon_path_, currentTheme()));
58
}
59
}
60
61
} // namespace PJ
Callers
nothing calls this directly
Calls
2
currentTheme
Function · 0.85
isEmpty
Method · 0.45
Tested by
no test coverage detected