The CmdComponentInstanceEdit class.
More...
#include <cmdcomponentinstanceedit.h>
◆ CmdComponentInstanceEdit()
◆ ~CmdComponentInstanceEdit()
◆ setName()
◆ setValue()
void setValue |
( |
const QString & |
value | ) |
|
|
noexcept |
◆ setAttributes()
◆ setAssemblyOptions()
◆ performExecute()
Execute the command the first time.
- Note
- This method must be implemented in all derived classes. If the first time execution is exactly identical to an "redo" action, you can simple call librepcb::editor::UndoCommand::performRedo() in the implementation of this method.
- Return values
-
true | If the command has done some changes |
false | If the command has done nothing (the command can be deleted) |
Implements UndoCommand.
◆ performUndo()
Undo the command.
- Note
- This method must be implemented in all derived classes.
Implements UndoCommand.
◆ performRedo()
Redo the command.
- Note
- This method must be implemented in all derived classes.
Implements UndoCommand.
◆ mCircuit
◆ mComponentInstance
◆ mOldName
◆ mNewName
◆ mOldValue
◆ mNewValue
◆ mOldAttributes
◆ mNewAttributes
◆ mOldAssemblyOptions
◆ mNewAssemblyOptions
The documentation for this class was generated from the following files: