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

Method setIconPath

pj_widgets/src/SvgButton.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void SvgButton::setIconPath(const QString& icon_path) {
25 icon_path_ = icon_path;
26 reloadIcon();
27}
28
29void SvgButton::setSize(Size size) {
30 const int extent = size == Size::kSmaller ? kSmallerExtent : kDefaultExtent;

Callers 6

TESTFunction · 0.80
PreferencesDialogMethod · 0.80
setLegendStatusMethod · 0.80
buildGlobalToolbarMethod · 0.80
buildLocalToolbarMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64