20#ifndef LIBREPCB_EDITOR_CMDPASTEFOOTPRINTITEMS_H
21#define LIBREPCB_EDITOR_CMDPASTEFOOTPRINTITEMS_H
26#include "../../undocommandgroup.h"
44class FootprintClipboardData;
45class FootprintGraphicsItem;
61 std::unique_ptr<FootprintClipboardData> data,
62 const Point& posOffset)
noexcept;
The Package class represents a package of a component (including footprint and 3D model)
Definition: package.h:59
The Point class is used to represent a point/coordinate/vector, for example (1.2mm; 5....
Definition: point.h:79
The UndoCommandGroup class makes it possible to pack multiple undo commands together (it acts as a pa...
Definition: undocommandgroup.h:44
Definition: occmodel.cpp:77