The CmdBoardHoleEdit class.
More...
#include <cmdboardholeedit.h>
◆ CmdBoardHoleEdit() [1/3]
◆ CmdBoardHoleEdit() [2/3]
◆ CmdBoardHoleEdit() [3/3]
◆ ~CmdBoardHoleEdit()
◆ setPath()
◆ translate()
void translate |
( |
const Point & |
deltaPos, |
|
|
bool |
immediate |
|
) |
| |
|
noexcept |
◆ snapToGrid()
void snapToGrid |
( |
const PositiveLength & |
gridInterval, |
|
|
bool |
immediate |
|
) |
| |
|
noexcept |
◆ rotate()
void rotate |
( |
const Angle & |
angle, |
|
|
const Point & |
center, |
|
|
bool |
immediate |
|
) |
| |
|
noexcept |
◆ mirror()
void mirror |
( |
Qt::Orientation |
orientation, |
|
|
const Point & |
center, |
|
|
bool |
immediate |
|
) |
| |
|
noexcept |
◆ setDiameter()
◆ setStopMaskConfig()
void setStopMaskConfig |
( |
const MaskConfig & |
config | ) |
|
|
noexcept |
◆ setLocked()
void setLocked |
( |
bool |
locked | ) |
|
|
noexcept |
◆ operator=()
◆ 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.
◆ mHole
◆ mOldData
◆ mNewData
The documentation for this class was generated from the following files: