LibrePCB Developers Documentation
|
#include "../undocommand.h"
#include "cmdlistelementinsert.h"
#include "cmdlistelementremove.h"
#include "cmdlistelementsswap.h"
#include <librepcb/core/geometry/polygon.h>
#include <QtCore>
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 > |