LibrePCB Developers Documentation
|
#include "../../cmd/cmdlistelementinsert.h"
#include "../../cmd/cmdlistelementremove.h"
#include "../../cmd/cmdlistelementsswap.h"
#include "../../undocommand.h"
#include <librepcb/core/library/pkg/footprintpad.h>
#include <QtCore>
Go to the source code of this file.
Classes | |
class | CmdFootprintPadEdit |
The CmdFootprintPadEdit class. More... | |
Namespaces | |
namespace | librepcb |
namespace | librepcb::editor |
Typedefs | |
using | CmdFootprintPadInsert = CmdListElementInsert< FootprintPad, FootprintPadListNameProvider, FootprintPad::Event > |
using | CmdFootprintPadRemove = CmdListElementRemove< FootprintPad, FootprintPadListNameProvider, FootprintPad::Event > |
using | CmdFootprintPadsSwap = CmdListElementsSwap< FootprintPad, FootprintPadListNameProvider, FootprintPad::Event > |