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

Method setKey

libs/librepcb/editor/cmd/cmdattributeedit.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 ******************************************************************************/
56
57void CmdAttributeEdit::setKey(const AttributeKey& key) noexcept {
58 Q_ASSERT(!wasEverExecuted());
59 mNewKey = key;
60}
61
62void CmdAttributeEdit::setType(const AttributeType& type) noexcept {
63 Q_ASSERT(!wasEverExecuted());

Callers 5

performExecuteMethod · 0.45
performUndoMethod · 0.45
performRedoMethod · 0.45
applyMethod · 0.45
setDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected