MCPcopy 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
55void 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

currentThemeFunction · 0.85
isEmptyMethod · 0.45

Tested by

no test coverage detected