| 64 | ******************************************************************************/ |
| 65 | |
| 66 | void CmdCircleEdit::setLayer(const Layer& layer, bool immediate) noexcept { |
| 67 | Q_ASSERT(!wasEverExecuted()); |
| 68 | mNewLayer = &layer; |
| 69 | if (immediate) mCircle.setLayer(*mNewLayer); |
| 70 | } |
| 71 | |
| 72 | void CmdCircleEdit::setLineWidth(const UnsignedLength& width, |
| 73 | bool immediate) noexcept { |
no outgoing calls
no test coverage detected