The CmdSchematicNetLabelAnchorsUpdate class.
More...
#include <cmdschematicnetlabelanchorsupdate.h>
The CmdSchematicNetLabelAnchorsUpdate class.
This is just a convenience undo command to update all netlabel anchors in a schematic.
◆ CmdSchematicNetLabelAnchorsUpdate()
◆ ~CmdSchematicNetLabelAnchorsUpdate()
◆ 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 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.
◆ mSchematic
The documentation for this class was generated from the following files: