![]() |
LibrePCB Developers Documentation
|
#include "../undocommand.h"#include "cmdlistelementinsert.h"#include "cmdlistelementremove.h"#include "cmdlistelementsswap.h"#include <librepcb/core/geometry/polygon.h>#include <QtCore>
Include dependency graph for cmdpolygonedit.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | CmdPolygonEdit |
| The CmdPolygonEdit class. More... | |
Namespaces | |
| namespace | librepcb |
| namespace | librepcb::editor |
Typedefs | |
| using | CmdPolygonInsert = CmdListElementInsert< Polygon, PolygonListNameProvider, Polygon::Event > |
| using | CmdPolygonRemove = CmdListElementRemove< Polygon, PolygonListNameProvider, Polygon::Event > |
| using | CmdPolygonsSwap = CmdListElementsSwap< Polygon, PolygonListNameProvider, Polygon::Event > |