20#ifndef LIBREPCB_EDITOR_CMDFOOTPRINTPADEDIT_H
21#define LIBREPCB_EDITOR_CMDFOOTPRINTPADEDIT_H
26#include "../../cmd/cmdlistelementinsert.h"
27#include "../../cmd/cmdlistelementremove.h"
28#include "../../cmd/cmdlistelementsswap.h"
29#include "../../undocommand.h"
58 bool immediate) noexcept;
60 bool immediate) noexcept;
74 void rotate(const
Angle& angle, const
Point& center,
bool immediate) noexcept;
76 bool immediate) noexcept;
The Angle class is used to represent an angle (for example 12.75 degrees)
Definition angle.h:76
The MaskConfig class defines how to add automatic stop mask or solder paste.
Definition maskconfig.h:45
The Path class represents a list of vertices connected by straight lines or circular arc segments.
Definition path.h:57
The Point class is used to represent a point/coordinate/vector, for example (1.2mm; 5....
Definition point.h:78
The Uuid class is a replacement for QUuid to get UUID strings without {} braces.
Definition uuid.h:56
The CmdListElementInsert class.
Definition cmdlistelementinsert.h:46
The CmdListElementRemove class.
Definition cmdlistelementremove.h:46
The CmdListElementsSwap class.
Definition cmdlistelementsswap.h:46
The UndoCommand class represents a command which you can undo/redo.
Definition undocommand.h:46
CmdListElementInsert< FootprintPad, FootprintPadListNameProvider, FootprintPad::Event > CmdFootprintPadInsert
Definition cmdfootprintpadedit.h:111
CmdListElementsSwap< FootprintPad, FootprintPadListNameProvider, FootprintPad::Event > CmdFootprintPadsSwap
Definition cmdfootprintpadedit.h:117
CmdListElementRemove< FootprintPad, FootprintPadListNameProvider, FootprintPad::Event > CmdFootprintPadRemove
Definition cmdfootprintpadedit.h:114
Definition occmodel.cpp:76
type_safe::constrained_type< Length, PositiveLengthConstraint, PositiveLengthVerifier > PositiveLength
Definition length.h:810
type_safe::constrained_type< Length, UnsignedLengthConstraint, UnsignedLengthVerifier > UnsignedLength
Definition length.h:694
type_safe::constrained_type< Ratio, UnsignedLimitedRatioConstraint, UnsignedLimitedRatioVerifier > UnsignedLimitedRatio
Definition ratio.h:376