![]() |
LibrePCB Developers Documentation
|
#include "../undocommand.h"#include "cmdlistelementinsert.h"#include "cmdlistelementremove.h"#include "cmdlistelementsswap.h"#include <librepcb/core/geometry/hole.h>#include <librepcb/core/types/length.h>#include <librepcb/core/types/point.h>#include <QtCore>
Include dependency graph for cmdholeedit.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | CmdHoleEdit |
| The CmdHoleEdit class. More... | |
Namespaces | |
| namespace | librepcb |
| namespace | librepcb::editor |
Typedefs | |
| using | CmdHoleInsert = CmdListElementInsert< Hole, HoleListNameProvider, Hole::Event > |
| using | CmdHoleRemove = CmdListElementRemove< Hole, HoleListNameProvider, Hole::Event > |
| using | CmdHolesSwap = CmdListElementsSwap< Hole, HoleListNameProvider, Hole::Event > |