MCPcopy Create free account
hub / github.com/LibrePCB/LibrePCB / setLineWidth

Method setLineWidth

libs/librepcb/editor/cmd/cmdcircleedit.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void CmdCircleEdit::setLineWidth(const UnsignedLength& width,
73 bool immediate) noexcept {
74 Q_ASSERT(!wasEverExecuted());
75 mNewLineWidth = width;
76 if (immediate) mCircle.setLineWidth(mNewLineWidth);
77}
78
79void CmdCircleEdit::setIsFilled(bool filled, bool immediate) noexcept {
80 Q_ASSERT(!wasEverExecuted());

Callers 4

performUndoMethod · 0.45
performRedoMethod · 0.45
applyChangesMethod · 0.45
applyChangesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected