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

Method setLabelSide

pj_widgets/src/ToggleSwitch.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void ToggleSwitch::setLabelSide(LabelSide side) {
94 if (label_side_ == side) {
95 return;
96 }
97 label_side_ = side;
98 update();
99}
100
101void ToggleSwitch::setLeftIcon(const QIcon& icon) {
102 left_icon_ = icon;

Callers 2

TESTFunction · 0.80
tryAdaptCheckBoxFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64